Groups | Blog | Home
all groups > dotnet remoting > september 2005 >

dotnet remoting : Remoting (TCP) channels and multiple clients



Tom
9/29/2005 12:50:04 PM
I am fairly new to remoting... I have set up a Windows
Service that uses remoting to communicate with a client
'Service Manager' app (all in VB.NET). Now, I have this
same application running on two different servers (each one
accesses a different database).

My question is: When the service initializes and sets up
the remoting, does the port number for each server have to
be different? i.e. If I have the following for my first
server:

Dim channel As TcpChannel = New TcpChannel(5353)

Can I also use the same channel for the application on the
second server? Or does that channel have to be different?

Thanks in advance.

Tom

--
Robert Jordan
9/29/2005 11:19:37 PM
Hi Tom!

[quoted text, click to view]

You can.

AddThis Social Bookmark Button