.net - Parallel threads calling in ASP.net 4.0 -


one customer arriving @ landing page consume 5 threads. 1 main thread request getting serviced , 4 separate threads asp thread pool serve 4 parallel calls. in such case, if 20 people arrive @ landing page available threads finished , 21st person wait 3 seconds until thread starts working on person's request.

i facing issue achieve task. confuse start can done multi threading , parallel calling of threads in asp.net 4.

anyone have resource article or sample this?

you take @ asynchronous asp.net pages.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -