[PATCH] Batch-mode rewrite

Wayne Davison wayned at samba.org
Fri Jul 23 16:41:51 GMT 2004


On Thu, Jul 22, 2004 at 07:01:12PM -0400, Chris Shoemaker wrote:
> BTW, your index notification scheme isn't in CVS, is it?

It is.  It's just not the one that was in the g2r-basis-filename.diff
file (where the extra pipe from the generator conveyed the index info
back to the receiver in addition to its main purpose of conveying
basis-file names).  Instead I made the normal output pipe from the
generator convey the data back.  This uses less kludge code for
read-batch mode and doesn't introduce a new pipe that is not yet robust
enough to avoid deadlock (the aforementioned patch can currently have a
problem since the main output is buffered and the extra g2r output is
not).

..wayne..


More information about the rsync mailing list