[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

I wondered if each netsync request could spawn a new instance of coldsync
and maybe track incoming/outgoing packets by IP address

I think xinetd would actually do this for us if we could get it to work.

This is my /etc/xinetd.d/netsync-wakeup file (for discussion)
service netsync-wakeup
{
        disable = no
        socket_type             = dgram
        wait                    = yes
        server                  = /usr/local/bin/coldsync
        server_args     = -s -t net -dsync:3 -dmisc:3 -l
/var/log/coldsync.xinetd -md -
        log_on_success  += USERID
        log_on_failure  += USERID

}



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