Joost, How unique do you need it?
- over all processes in a namespace? - over all processes in all namespaces? - in one process only? - in a CSP session? - in a CSP request? Regards Alexander Riemer BEWIDATA "Joost Verhoog" <j.verhoog.AT.saltro.nl> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I'd like to have one unique stream to write to. I could make a ClassMethod > Write(data As %String), but then I need a ClassProperty out As > %AbstractStream or something to write to. A global variable (= unique, and > available in every object) would do the trick, too. > > How can I specify something like that? > > For more information: This is the Singleton programming pattern, see > http://www.campusprogram.com/reference/en/wikipedia/s/si/singleton_pattern.h tml > > Joost > >
