Re: [ADVANCED-DOTNET] Remoting and Channels

2002-05-29 Thread Craig Andera
> We have many separate components which we want to deploy on > an application server. It seems sensible that each component > is hosted in a separate service so that it can be > deployed/stopped/started independently of the other components. > > I have tried hosting two components in the same ser

Re: [ADVANCED-DOTNET] Remoting and Channels

2002-05-29 Thread Rob Webb
We have many separate components which we want to deploy on an application server. It seems sensible that each component is hosted in a separate service so that it can be deployed/stopped/started independently of the other components. I have tried hosting two components in the same service and th

Re: [ADVANCED-DOTNET] Remoting and Channels

2002-05-28 Thread Marco Russo
ssage- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]] On Behalf Of Rob Webb Sent: martedì 28 maggio 2002 19.10 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Remoting and Channels I have two Windows Services, each hosting a separate remote class. I use configu

Re: [ADVANCED-DOTNET] Remoting and Channels

2002-05-28 Thread Ingo Rammer
t;decide" which application should handle the request. -Ingo Author of "Advanced .NET Remoting" http://www.dotnetremoting.cc > -Original Message- > From: Rob Webb [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 28, 2002 7:10 PM > To: [EMAIL PROTECTED] > Subject: [A

Re: [ADVANCED-DOTNET] Remoting and Channels

2002-05-28 Thread Browning, Don
esday, May 28, 2002 1:10 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Remoting and Channels I have two Windows Services, each hosting a separate remote class. I use configuation files to register channels and objects. Is it possible for these to share the same port number? I can only get th

[ADVANCED-DOTNET] Remoting and Channels

2002-05-28 Thread Rob Webb
I have two Windows Services, each hosting a separate remote class. I use configuation files to register channels and objects. Is it possible for these to share the same port number? I can only get them to work using different ports. You can read messages from the Advanced DOTNET archive, unsubscr