K
Kürþat
Hi,
I am working on a configuration distribution application. The application
will be running on a central server box and priodically distribute some
parameters to its clients via a TCP connection.For each client, server
application will send some parameters and wait for a response or timeout.
The application should work with 1500-4000 clients at the same time. It
should be multithreaded but -I think-not 4000 threaded
The question is how should I design that application to make it scalable,
responsive and concurrent. Any idea, code sample, document, link will be
appreciated.
Thanks in advance.
I am working on a configuration distribution application. The application
will be running on a central server box and priodically distribute some
parameters to its clients via a TCP connection.For each client, server
application will send some parameters and wait for a response or timeout.
The application should work with 1500-4000 clients at the same time. It
should be multithreaded but -I think-not 4000 threaded
The question is how should I design that application to make it scalable,
responsive and concurrent. Any idea, code sample, document, link will be
appreciated.
Thanks in advance.