On 10/4/07, Miles Raymond <[EMAIL PROTECTED]> wrote:
> However, any other rsync always hangs on a small file shortly after starting. 
>  [...]  From what I read from google, this seems to be a common problem with 
> rsync on windows.

> Does anyone have any solutions for this or suggestions to try?

As a workaround, you might try setting a --bwlimit, as Wayne suggested here:

https://bugzilla.samba.org/show_bug.cgi?id=2208#c9

If a low --bwlimit setting doesn't fix the problem, I would be curious
if a tweak to the way --bwlimit is implemented (e.g., moving the
sleep_for_bwlimit call *before* the write in writefd_unbuffered, or
perhaps lowering bwlimit_writemax) would help.  Please tell me if you
are interested in experimenting with this.

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