On 9/5/07, Jonathan Hurd <[EMAIL PROTECTED]> wrote:
> Ok well I tried setting the bwlimit, wasnt sure what to set it to. Tried
> high 800's down to 50kb\s. No Luck.

The problem could be that the current bandwidth-limiting algorithm
doesn't prevent rsync from issuing two big writes in rapid succession,
which seems to be what triggers the hang in Cygwin.  Simply moving the
sleep_for_bwlimit call in writefd_unbuffered in io.c from after the
actual write to before it may make --bwlimit more effective at working
around the hang.

Matt
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to