What are asynchronous callbacks ?

Answer Posted / hrdiya

Page processing begins on a thread-pool thread, but that
thread is returned to the thread pool once an asynchronous
I/O operation begins in response to a signal from ASP.NET.
When the operation completes, ASP.NET grabs another thread
from the thread pool and finishes processing the request.
Scalability increases because thread-pool threads are used
more efficiently. Threads that would otherwise be stuck
waiting for I/O to complete can now be used to service
other requests. The direct beneficiaries are requests that
don't perform lengthy I/O operations and can therefore get
in and out of the pipeline quickly. Long waits to get into
the pipeline have a disproportionately negative impact on
the performance of such requests.

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is form method?

499


What is asp.net used for?

599


How long do session variables last?

530


Diff between web user control and web custom control?

501


Where is asp.net session stored?

477






how to debug web services on consumer side?

578


Give a few examples of page life cycle events.

673


What are the differences between clr & cts?

541


Explain the difference between panel and groupbox classes using .net?

488


What is distributed system in asp.net?

541


What are web beacons used for?

546


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

1905


Describe a Windows Service and its lifecycle ?

625


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

583


Explain the asp.net session state modes.

617