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

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



> 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.