[Csci551-talk] Number of connections
kinnari agarwal
kmagarwa at usc.edu
Wed Mar 2 01:41:53 PST 2005
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