Re: [DOTNET] Per Machine Singleton...

2002-04-29 Thread Marsh, Drew
Shawn Wildermuth [mailto:[EMAIL PROTECTED]] wrote: > I searched through the archives and found one discussion > about this, but it referred to a solution that wasn't posted > anymore. Is remoting my only solution to a Per Machine Singleton? Yes. =) The beauty of it is you can configure the app

Re: [DOTNET] Per Machine Singleton...

2002-04-29 Thread franklin gray
rmuth [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 12:32 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Per Machine Singleton... I mean one (and only one) instance of an object for each client and process. I had implemented it as an all static class (in-proc singleton), but now I realize

Re: [DOTNET] Per Machine Singleton...

2002-04-29 Thread Ingo Rammer
destroyed after some minutes. -Ingo Author of "Advanced .NET Remoting" http://www.dotnetremoting.cc -Original Message- From: Shawn Wildermuth [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 7:32 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Per Machine Singleton...

Re: [DOTNET] Per Machine Singleton...

2002-04-29 Thread Shawn Wildermuth
dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of franklin gray > Sent: Monday, April 29, 2002 1:26 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Per Machine Singleton... > > > what do you mean by Per machine? As in having an object on > the server for each clien

Re: [DOTNET] Per Machine Singleton...

2002-04-29 Thread franklin gray
: [DOTNET] Per Machine Singleton... I searched through the archives and found one discussion about this, but it referred to a solution that wasn't posted anymore. Is remoting my only solution to a Per Machine Singleton? Thanks, Shawn Wildermuth [EMAIL PROTECTED] http://adoguy.com

[DOTNET] Per Machine Singleton...

2002-04-29 Thread Shawn Wildermuth
I searched through the archives and found one discussion about this, but it referred to a solution that wasn't posted anymore. Is remoting my only solution to a Per Machine Singleton? Thanks, Shawn Wildermuth [EMAIL PROTECTED] http://adoguy.com http://shawnwildermuth.com "...for the programmer