[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] Re: Redux: Netsync + [X]inetd
- To: <coldsync-hackers at lusars dot net>
- Subject: Re: [coldsync-hackers] Re: Redux: Netsync + [X]inetd
- From: "Alex Tronin" <at at urbis dot net>
- Date: Tue, 26 Feb 2002 15:28:11 -0500
- Organization: Urbis.Net Ltd
- References: <001901c1befb$c5ce87c0$3200a8c0@jecinc.on.ca>
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
> 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
There are two ways to do it:
1) Start on incoming TCP/IP from inetd.conf - xinetd.conf - requires
modifications to treat stdin/stdout as TCP/IP connection
2) Run as standalone server and use standard socket sequence - listen() -
fork() - accept() - less modifications to ColdSync
I would do 2)
Alex Tronin
--
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.