My application has created a total of 250 connections to a server to handle a specific load. From perfmon, I noticed that 180 threads have been created.
Out of curiosity, what is the ratio of threads to connections? Since this is using asynchronous Winsock, the number of threads seemed a bit high, but I assume it has been tuned to this value for a reason (I also created 1000 connections, and the number of threads created was about the same).
Can the number of threads be adjusted or should it ever be adjusted?
In any case, everything is performing very, very well!
Thanks,
Doug