Hello
Im trying to build a client/server application in delphi where the server is capable of handling thousands of concurrent connections.
I would like to know if using multi-threaded blocking sockets would have a performance increase over using a single-thread nonblocking server.
thanks for any help.
Im trying to build a client/server application in delphi where the server is capable of handling thousands of concurrent connections.
I would like to know if using multi-threaded blocking sockets would have a performance increase over using a single-thread nonblocking server.
thanks for any help.