Wicked Code: Asynchronous Pages in ASP.NET 2.0(msdn.microsoft.com)

submitted by simonebsimoneb(5450) 4 years, 3 months ago

Comprehensive interesting article about going asynchronous with ASP.NET Web Forms from Jeff Prosise.

3 comments |category: |Views: 31

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by rimsystemsrimsystems(6119) 4 years, 3 months ago 0

oldie but goodie

Reply

posted by senfosenfo(881) 4 years, 3 months ago 0

+1. I posted this a while back, but I still refer to it from time to time. Definitely worth the read.

Reply

posted by foobarfoobar(0) 4 years, 3 months ago 0

This is of little use. The threads that are used for the asynchronous process are from the same thread pool as the running ASP.NET application. So you actually end up using more threads from the very pool you're trying to use less of.

So, unless you need fire-and-forget functionality, don't bother.

Reply

information Login or create an account to comment on this story