Guys,

Just wondering if anyone has come accross a way of having a singleton
object on the same machine as the clients, but without using remoting.

I now how to do this if the client objects are in the same process (app-
domain?) as the singleton, but not if the clients are in different
processes (as they do not see the singleton in the other other process,
and create their own).

I don't mind using remoting so much to do this, but I would like to avoid
the overhead of remoting - seeing that the client and server are on the
same machine.

Is there much overhead in remoting calls from a client to a server if both
are on the same machine?

Cheers

Matthew Hunter

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to