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 on
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: https://lists.samba.org/mailman/listinfo/rsyn
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