travis+ml-rsync at subspacefield.org
2010-Aug-19 19:19 UTC
does rsync work in lockstep? parallel could improve high latency performance
Just curious if the protocol sends a request and waits for a response, or whether it can multiplex multiple requests on a single connection. This could improve performance over high latency links, if a lot of time is spent waiting for the response (i.e. when the hashes match). -- Travis is an organic computer peripheral. My emails do not have attachments; it's a digital signature that your mail program doesn't understand. | http://www.subspacefield.org/~travis/ If you are a spammer, please email john at subspacefield.org to get blacklisted. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.samba.org/pipermail/rsync/attachments/20100819/d6c91171/attachment.pgp>
travis+ml-rsync at subspacefield.org
2010-Aug-19 19:50 UTC
does rsync work in lockstep? parallel could improve high latency performance
Oh, and if it buffers requests sent to its STDIN, that's fine. To actually complete requests in parallel, you'd need a multithread or multiprocess app, and that's complicated. The proper term for what I'm suggesting is probably "pipelining". -- Travis is an organic computer peripheral. My emails do not have attachments; it's a digital signature that your mail program doesn't understand. | http://www.subspacefield.org/~travis/ If you are a spammer, please email john at subspacefield.org to get blacklisted. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.samba.org/pipermail/rsync/attachments/20100819/b32fc643/attachment.pgp>
Apparently Analagous Threads
- two bugs in rsync 3.0.6 - ampersands in filenames, double quoting required
- feature request: "remote user is root, make remote owner is foo"
- HDB, a hard drive backup program
- IO error encountered, skipping file deletion - WTF?
- Rack env rack.multiprocess true with single worker