Re: vb.net modules in ASP.Net
- From: "Teemu Keiski" <joteke@xxxxxxxxxxxxxxx>
- Date: Sat, 15 Sep 2007 09:47:49 +0300
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?
.
- References:
- Re: vb.net modules in ASP.Net
- From: bruce barker
- Re: vb.net modules in ASP.Net
- Prev by Date: Re: Use gridview with generic collection?
- Next by Date: Re: Problem posting forms, but only in asp.net and not asp
- Previous by thread: Re: vb.net modules in ASP.Net
- Next by thread: MS Visual Studio 2005 Pro Ed
- Index(es):