Re: rsync process life cycle

2005-09-05 Thread Wayne Davison
On Mon, Aug 29, 2005 at 03:34:58PM -0500, Steve Sether wrote: > My question is, which process kills which process? Does the receiver > kill the generator, or vice versa? The generator spawns the receiver and later sends it a signal when it is time to exit (after the receiver has sent a message to

rsync process life cycle

2005-08-29 Thread Steve Sether
I'm working with my ODBC database logging patch again, and I need some information on how rsync process management works. Essentially I need to close the database connection on a daemon process right before the last process (be it receiver or generator) exits. My question is, which process kills