[Csci551-talk] Number of connections

Affan, Syed asyed at usc.edu
Wed Mar 2 06:22:08 PST 2005


Kinnari is correct; also you can use the same UDP connection (per node)
for communicating with tracker and other clients. 

Best Regards,
Affan, Syed. 



-----Original Message-----
From: csci551-talk-bounces at mailman.isi.edu
[mailto:csci551-talk-bounces at mailman.isi.edu] On Behalf Of kinnari
agarwal
Sent: Wednesday, March 02, 2005 1:42 AM
To: dinesh rajwani
Cc: csci551-talk at mailman.isi.edu
Subject: Re: [Csci551-talk] Number of connections


Page 3, first paragraph of the specification says: "The manager process
will create a TCP port (look at getsockname () for dynamic port
assignment) from which it will listen to all spawned nodes." (I think)
this means that there is one common TCP port through which all the
client processes communicate with the manager. It's not like every
client will open a new TCP connection with the manager. So you do not
have 3*n connections.

Regards,
Kinnari

----- Original Message -----
From: dinesh rajwani <rajwani at usc.edu>
Date: Tuesday, March 1, 2005 8:23 pm
Subject: [Csci551-talk] Number of connections

> Hi
> 
> Does the client need one port to listen for UDP Connections from
> other clients ,  one port for UDP connection with Tracker and one 
> port for TCP Connection with the manager.
> 
> Hence we will have to maintain 3 connections(and hence ports) for
> each client ......if this is the case then we will require 3*n 
> connections ......is this what is expected ? or am I going wrong 
> somewhere
> Thanks
> Dinesh
> 
> 
> 





More information about the Csci551-talk mailing list