Hi Rob,

this is unfortunately not possible due to the underlying TCP/IP protocol's
constraints. It only allows a given port number to be opened by a single
application at any time, due to the fact that the protocol's implementation
(i.e. your operating system) needs a way to "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: [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 them to work using
> different ports.
>
> You can read messages from the Advanced DOTNET archive,
> unsubscribe from Advanced DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>

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