Winsock sockets requests per second processing?
I’m trying to find out how many requests per second to allow to our old Winsock 2.2 server. Currently, it’s on a dev server with an i5 4 core CPU. I have it set up to run 2 threads per processor so 8 threads. The server “listen” socket is on the main thread and 8 spawned threads to handle TCP requests.