Re: --daemon for clients

2004-02-01 Thread jw schultz
On Thu, Jan 29, 2004 at 04:58:45PM +0100, Stefan Hoefer wrote: > Hello > > I have the following situation: one perl script opens a TCP connection to > a remote server running another perl script. The file descriptors on both > sides are mapped to STDIN and STDOUT file descriptors. After some > "ta

--daemon for clients

2004-01-29 Thread Stefan Hoefer
Hello I have the following situation: one perl script opens a TCP connection to a remote server running another perl script. The file descriptors on both sides are mapped to STDIN and STDOUT file descriptors. After some "talking", I would like to start rsync using the "exec" call on both sides of