[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [coldsync-hackers] Re: Redux: Netsync + [X]inetd



On Tue, 26 Feb 2002, Brian Johnson wrote:
> Since we're talking about network hotsyncing, it would be great if the
> system could handle multiple netsyncs simultaneously - I don't think it
> currently does this

	I don't remember whether Netsync uses the ports in /etc/services
just to initiate the sync, or for the data transfer as well. If it's the
latter, then obviously you can't have multiple simultaneous netsyncs,
because, well, the line is busy.
	OTOH, most such services just use the well known port to get the
server's attention, then switch to a different port for the actual
session. If this is the case, then you can trivially support multiple
connections.
	Try using "nowait" instead of "wait" in your /etc/inetd.conf. If
it works, that's a dancer.

-- 
Andrew Arensburger                      Actually, these _do_ represent the
arensb@ooblick.com                      opinions of ooblick.com!
                        Generic Tagline V 6.01


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.