Re: rsyncd performance when handling multiple clients in parallel

2008-01-25 Thread Eberhard Moenkeberg
Hi, On Fri, 25 Jan 2008, chuang liu wrote: I use rsync to transfer multiple files from several clients to a server in parallel. I am wondering how many concurrent connections the server should handle to maximize the throughput (number of bytes written to server). In an extreme case, if only

rsyncd performance when handling multiple clients in parallel

2008-01-25 Thread chuang liu
Hi: I use rsync to transfer multiple files from several clients to a server in parallel. I am wondering how many concurrent connections the server should handle to maximize the throughput (number of bytes written to server). In an extreme case, if only one connection allowed, the disk IO speed of

Re: rsyncd performance when handling multiple clients in parallel

2008-01-25 Thread Matt McCutchen
On Fri, 2008-01-25 at 14:21 -0600, chuang liu wrote: Does rsyncd do any optimization for handling concurrent connections? No. Concurrent connections are handled by completely independent server processes. Matt -- To unsubscribe or change options: