singleton
Re: singleton
Cheers.
Ignacio
- cocotapioca
- Posts: 19
- Joined: Sat Jan 12, 2008 4:55 pm
- First Name: Ignacio
- Last Name: Vivona
Re: singleton
http://www.yoda.arachsys.com/csharp/singleton.html
and from your post I understand that you use the first method (to create a Singleton) that is described in the article above. Well, and there is written that using pure static constructors (without any synchronization mechanism) is not thread safe. Could you check it.
- blahetal
- Posts: 13
- Joined: Sat Jan 12, 2008 4:55 pm
- Last Name: blahetal
Re: singleton
Ignacio.
- cocotapioca
- Posts: 19
- Joined: Sat Jan 12, 2008 4:55 pm
- First Name: Ignacio
- Last Name: Vivona
