contact@tretainfotech.com
+91-962-477-1699 (HR) +91-917-317-5751 (Sales)

Our Blog

Writing from our Subject matter experts

Latest Blog

Mar 03, 2014 CSharp,Asp.Net 1782

The asynchronous method call is a mechanism in which control execution returns directly to the next statement without waiting for the method operation execution. Every asynchronous call is associated with a dedicated thread. IIS has a limited number of application thread pools (default 5000 per CPU). IIS can handle that number of concurrent request at a time. So if you have a situation where you expect a large number of concurrent requests in a single application, asynchronous method call will be a good practice. Where synchronous call executes by occupying 5000 threads, asynchronous can perform the same task with only 50 available threads.

Explore More
0 COMMENTS

Do you have an interesting project?

Let's talk about that!

Let's Talk