Tagged Questions
4
votes
4answers
2k views
Parallel processing of database queue
There is small system, where a database table as queue on MSSQL 2005. Several applications are writing to this table, and one application is reading and processing in a FIFO manner.
I have to make it ...
3
votes
1answer
435 views
Programming a distributed application written in C#, Ruby and Java using XML-RPC
I am tasked with writing a distributed event managing tool where each client, either a Ruby, C# or Java Client, synchronises all changes with a list of registered clients. I have to use XML-RPC to ...
1
vote
1answer
165 views
Distributed System Topology
Trying to implement an electronic voting system as a college project and just faced the most important step towards my aim < the system architecture >
Multi-Server/Multi-Client , MUST really be ...
0
votes
1answer
59 views
locking on a server farm (asp.net)
I would like to know if there are any ways one can perform 'locking' on an asp.net web application which is deployed on multiple servers, using a distributed server like MySQL Cluster.
For example, ...