Thursday, March 22, 2012

Thread issues with ASP

Hi there,

I was wondering if ASP.net has the same issues with threads as JSP and servlets. Is the same instance used by multiple threads in asp.

What I'm wondering about specifically, is the dangers in creating certain session specific objects at a global level in my code behind file.

Can someone let me know if I need to take any measures to protect my code?

Thank all

Kind Regards

SimonAs far as I know ASP.NET is thread safe. Anybody else which has experience with this?
Thanks for that

Simon

0 comments:

Post a Comment