开发者

Parallel threads calling in ASP.net 4.0

开发者 https://www.devze.com 2023-04-13 04:12 出处:网络
One customer arriving at the landing page would then consume 5 threads. One the main thread the request is getting serviced and then 4 separate threads from the ASP thread pool to serve the four paral

One customer arriving at the landing page would then consume 5 threads. One the main thread the request is getting serviced and then 4 separate threads from the ASP thread pool to serve the four parallel calls. In such a case, if 20 people arrive at the landing page all the available threads will be finished and the 21st person will wait 3 seconds until any threa开发者_开发知识库d starts working on this person's request.

I am facing issue to achieve this task. But confuse where to start It can be done by multi threading and parallel calling of threads in ASP.net 4.

Anyone have any good resource article or sample about this?


You could take a look at asynchronous ASP.NET pages.

0

精彩评论

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

关注公众号