in reply to Re^3: Single server-multiple clients
in thread Single server-multiple clients

Browswer Uk thanks for your help. Very much appreciated.

there are 'n' clients.

The reason why every client is asked to verify is to confirm that the file in the CDS looks the same(seen) through all the clients.

the reason why I'm not sure if threading would be ideal is because, the client programs are on different machine, and their process are initiated sequentially( in the order of their pinging) so threading would make sense in that case? pl correct me if I'm wrong.

my idea was to make a peer-to-peer cleint architecture with same problem, so to start small I assumed a server which is not connected to the CDS and just supervises the clients

Replies are listed 'Best First'.
Re^5: Single server-multiple clients
by hari9 (Sexton) on Jul 22, 2010 at 19:18 UTC
    BrowseUK , is async coding possible with not using threads too?