Two remote objects in one host. And they need to talk.. -
09-03-2007
, 12:02 AM
Hi,
I have two remote objects hosted in one Windows service, one is
Singleton and another one is Singlecall. Configuration is done via
config file(Service.exe.config). There is one tcp channel and one port
specified there.
The Singlecall object needs to call methods of Singleton(Singlecall is
a client for Singleton). Is it possible to add client configuration
section to the same Service.exe.config, where these objects are
already declared as <wellknown> types?
Is it better way to make this communication more simple because they
share one host?
Thanks,
godd |