On Mon 17 May 2004, Greger Cronquist wrote: > > I'm wondering if the following is rsync-related or an issue with my > supposedly synchronous internet connection: > > I have a server running an rsync daemon. When I simultaneously pull and > push files to this server using two separate processes on the client > (different directories), I get about half the transfer speed compared to > just running one process. This also occurs when the files are new (so > the rsync algorithm should not be active which otherwise causes data to > be sent in both directions). > > Is this to be expected from rsync? Or is it (a) a bug or (b) connection > related?
Depending on the speeds of connection, transfer, cpu power, etc., it could simply be that running 2 instances of rsync is severly impacting the effective cpu time that is usefully available. In short, without much more data it's impossible to say what might be the matter. Paul Slootman -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html