[Tutor] singleton pattern

D-Man dsh8290@rit.edu
Fri, 18 May 2001 13:53:10 -0400


On Fri, May 18, 2001 at 07:43:09PM +0200, Roeland Rengelink wrote:
| SingletonFactory in this sense behaves like a singleton itself (i.e.
| different ids, but identical state)

Flyweight, not Singleton.  :-).  (There is more than one instance, but
they share state)

-D