When I do this:

        TcpServerChannel channel = new TcpServerChannel(8080);

Is it only for that process? That is, can/should other processes on the same
machine also receive on 8080? Or does each process have to have its own
port? I'm going to have many processes on a single machine (eventually) and
I'm unclear on how this works. I get an error on my 2nd process when I try
to create a channel with the same port number, so I assume that a port is
for one machine/one process only, but I want to make sure I understand.

Thanks.

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to