Singleton Question

From: Dave Monroe (monroeds_at_hampton-data.com)
Date: 06/30/04


Date: 30 Jun 2004 05:33:38 -0700

Can somebody point me to a spec for singleton implementation?

I'm working with an application that has a couple of singletons and
obviously the member variables are kept separate in the threads that
use the singleton, but I can't find any documentation that explains
the rules.

TIA

Dave Monroe



Relevant Pages

  • Re: Singleton vs static
    ... I can't understand most blogs either - mainly because most ... "The Singleton pattern is useful when the object ... Then these singletons then tend to be given member variables to store ...
    (comp.lang.java.programmer)
  • Re: Singleton Question
    ... >obviously the member variables are kept separate in the threads that ... >use the singleton, but I can't find any documentation that explains ...
    (comp.lang.java.programmer)
  • Re: Singleton Question
    ... > Can somebody point me to a spec for singleton implementation? ... Singleton is a pattern, not a specification. ... an instance of MySingletonClass until the first time getInstance is ...
    (comp.lang.java.programmer)
  • Re: Singletons in asp
    ... I am more wanting to know how it will handle a singleton implementation not ... Web Session Wrapper for storing and retrieving objects ... public class WebSessionDataStore ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Singleton Implementation Issue
    ... Singleton effectively makes the constructor unavailable to clients. ... I want to have a Singleton implementation that requires ...
    (microsoft.public.dotnet.languages.csharp)