Re: filelist caching optimization proposal

2005-05-23 Thread Christoph Biedl
Edwin Eefting wrote... -What are the opinions of other people on this list? Sounds like a great idea for me but I'm just an rsync user. -Would it be easy to implement, or would it give too much trouble? Without looking into the sources I think it should not be that difficult to dump the

Re: filelist caching optimization proposal

2005-05-23 Thread Carson Gaspar
--On Monday, May 23, 2005 03:24:07 PM +0200 Edwin Eefting [EMAIL PROTECTED] wrote: My idea is to create a patch for something like a --cache option that will use a cached version of the filelist: This way instead of creating the filelist every time (100.000's of system calls, diskaccesses),

Re: filelist caching optimization proposal

2005-05-23 Thread Wayne Davison
On Mon, May 23, 2005 at 03:24:07PM +0200, Edwin Eefting wrote: My idea is to create a patch for something like a --cache option that will use a cached version of the filelist: Something like that would be fairly easy to write, but only if there are no conflicts between the cache and the live

Re: Filelist caching

2003-02-18 Thread Andrew J. Schorr
Hi Rogier, On Sat, Feb 15, 2003 at 05:05:16PM +0100, Rogier van Eeten wrote: On Wed, Feb 12, 2003 at 05:18:11PM -0500, Andrew J. Schorr wrote: On Wed, Feb 12, 2003 at 10:51:19AM -0500, Andrew J. Schorr wrote: I was wondering... is there a way to cache that filelist? Our mirrors are

Re: Filelist caching

2003-02-15 Thread Rogier van Eeten
On Wed, Feb 12, 2003 at 05:18:11PM -0500, Andrew J. Schorr wrote: On Wed, Feb 12, 2003 at 10:51:19AM -0500, Andrew J. Schorr wrote: I was wondering... is there a way to cache that filelist? Our mirrors are updated once, or twice a day, it could speed up downloads when I create a filelist

Re: Filelist caching

2003-02-12 Thread Andrew J. Schorr
Hi Rogier, I've noticed every time someone does an rsync-request on my ftp-site (which also provides rsync as mirror method), rsyncd creates a filelist. This is a quite IO and CPU intensive procedure, especially for things mirrors like FreeBSD with lots of little files. I was wondering...

Re: Filelist caching

2003-02-12 Thread Rogier van Eeten
On Wed, Feb 12, 2003 at 10:51:19AM -0500, Andrew J. Schorr wrote: Please take a look at the --files-from feature that is now in the CVS tree, courtesy of Wayne Davison. That should do what you want. This is probably a silly question, but which tree? I've built the tree I got when I did a

Re: Filelist caching

2003-02-12 Thread Andrew J. Schorr
On Wed, Feb 12, 2003 at 10:51:19AM -0500, Andrew J. Schorr wrote: I've noticed every time someone does an rsync-request on my ftp-site (which also provides rsync as mirror method), rsyncd creates a filelist. This is a quite IO and CPU intensive procedure, especially for things mirrors like

Filelist caching

2003-02-11 Thread Rogier van Eeten
Hi, I've noticed every time someone does an rsync-request on my ftp-site (which also provides rsync as mirror method), rsyncd creates a filelist. This is a quite IO and CPU intensive procedure, especially for things mirrors like FreeBSD with lots of little files. I was wondering... is there a

Re: Filelist caching

2003-02-11 Thread Greger Cronquist
I too think this would be an interesting feature. --- Rogier van Eeten [EMAIL PROTECTED] skrev: Hi, I've noticed every time someone does an rsync-request on my ftp-site (which also provides rsync as mirror method), rsyncd creates a filelist. This is a quite IO and CPU intensive