Parallel page processing with Asp.Net(bugfree.dk)
submitted by
rholm(115) 2 years, 5 months ago
With Asp.Net, by default a page is rendered synchronously, one control at a time. Processing a complex page this way, using but one thread, may cause the page to render slowly. A simple approach to speed up this process is to use the Asp.Net 2.0 feature for asynchronous page processing, described in this post.
|category: ASP.NET
|Views: 23
tags:
ASP.NET another
Everyones tags:
Your Tags: