PDA

View Full Version : Reused threads in ASP.NET


jazzlearner
11-17-2008, 08:49 AM
Hi All,
Can any one know this,Is that possible to reused threads in ASP.NET between reqeusts? Does every HttpRequest get its own thread? Should you use Thread Local storage with ASP.NET?

I will highly appreciate your feed back

Thanks In Advance!

Jazz