Re: Feature request: Closing destination files in a separate thread

2016-12-23 Thread Christoph Biedl
Adam Nielsen wrote... > I'm wondering whether it is feasible to have an option that will make > rsync spawn a separate thread to close files it has created, to avoid > the main process blocking while the destination files are flushed during > the close operation? While your scenario resembles a p

Re: Feature request: Closing destination files in a separate thread

2016-12-18 Thread Kevin Korb
Can you let rsync do the networking? If rsync isn't doing the networking then it isn't much more capable than cp yet it is significantly slower than cp. On 12/18/2016 09:13 AM, Adam Nielsen wrote: > Hi all, > > I'm wondering whether it is feasible to have an option that will make > rsync spawn a

Feature request: Closing destination files in a separate thread

2016-12-18 Thread Adam Nielsen
Hi all, I'm wondering whether it is feasible to have an option that will make rsync spawn a separate thread to close files it has created, to avoid the main process blocking while the destination files are flushed during the close operation? The reason I ask is that it is currently very slow to u