On Wed, Mar 15, 2006 at 11:41:26AM -0600, Steve Sether wrote: > Run 2 hangs indefinately.
Thanks for the extra info. It shows that the generator is trying to finish writing out a buffer of data before re-checking for messages from the receiver (this is how it currently avoids intermingling forwarded messages from the receiver into the middle of a buffer of its own data). I should obviously change the generator's code to always read the pipe from the receiver and to buffer any intermingled messages in memory. I'll look into this. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
