Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i manage long running task in web application, if one page takes long time to load then other aspx pages are not loading. It is like iis will put the request in queue & after finishing first task it will load other pages.
Posted
Comments
Kornfeld Eliyahu Peter 30-Apr-14 4:58am    
Not clear. IIS can - and do - process request simultaneously with no problem (thousands if have to)! It's not likely that you wait for IIS, you may have some other resource (DB?) that you wait for. Try debugging your ling-running page and see where it spends most of the loading time...

1 solution

Many other way to do this, you should try ajax or something other, i think you display all record on your first page, so that he take long running time, then you manage this, first you show only top 10 record,if any one want extra record then he click on that otherwise you show next page...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900