开发者

how to using ThreadPool to run socket thread parallel?

开发者 https://www.devze.com 2023-01-21 04:38 出处:网络
I\'m new in network programming and want to create new socket thread base on a request.开发者_高级运维 My thread send request via tcp/ip socket and waiting the response. How can i using threadpool to

I'm new in network programming and want to create new socket thread base on a request.开发者_高级运维 My thread send request via tcp/ip socket and waiting the response. How can i using threadpool to create and run threads parallel ? Can anyone show me the sample ? Thank !


Have a look at this: http://msdn.microsoft.com/en-us/library/fx6588te.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消