On 9/18/06, Muhammad Adel <[EMAIL PROTECTED]> wrote:
I guess that using sockets to maintain a connection to clients would require a thread for each connection, otherwise the server would be closing connections and restarting them to connect to clients with small number of threads.
No. If you take this approach you should use asynchronous sockets. -- Curt Hagenlocher [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
