M
Mubashir Khan
Ok ... Ok hold on. This is not the same old discussion. But it still is. I
am creating an application which would open 100+ sockets. Every socket would
be emulating a user for a telnet connection thus response should be real
time. This is the reason i have created one thread for each socket. I
remember I/O completion port can be used to create fewer threads using
thread pool, but i would be researching for it and i have got very little
time to complete it. My Question, I want better performance and less
computer resource usage. What do u guys suggest ........ VC++ or .Net
am creating an application which would open 100+ sockets. Every socket would
be emulating a user for a telnet connection thus response should be real
time. This is the reason i have created one thread for each socket. I
remember I/O completion port can be used to create fewer threads using
thread pool, but i would be researching for it and i have got very little
time to complete it. My Question, I want better performance and less
computer resource usage. What do u guys suggest ........ VC++ or .Net