Re: vb.net modules in ASP.Net

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



Depends on do you mean having members too or just methods which take all
they need, as arguments

--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net

"Arne Garvander" <ArneGarvander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1AD888EA-408E-433A-BBD0-B9B9FDF9F5F4@xxxxxxxxxxxxxxxx
I am not sure that you are correct.
I thought a module was converted to a static class and that all the data
in
a module will be shared/static and not threadsafe.
--
Arne Garvander
Certified Geek
Professional Data Dude


"bruce barker" wrote:

yes the data objects shared between threads. its threadsafe if all the
data objects are threadsafe.

-- bruce (sqlwork.com)

Arne Garvander wrote:
I have an ASP.net 2.0 website. This website have a module; Public
Module
myModule.
Is all the data in this module shared and not thread safe?



.