Re: ASP.Net and Thread.GetNamedDataSlot

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am very leery of multi-threading code in a web application. While .NET is
very good at cleaning up after mistakes, it is not 100%.

Not sure on that particular call, however.

Why do you need multi-threading in your web app?

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

*************************************************
| Think outside the box!
|
*************************************************
"Aamir Mahmood" <aamirmahmood@xxxxxxxxx> wrote in message
news:OoAnTrfiIHA.4844@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
Is is safe to use Thread.GetNamedDataSlot function inside a ASP.Net
application?

I am afraid if IIS manipulates the threads and my DataSlot is lost in
that.

Thanks.

AM.



.