Re: [PATCH] mod_disk_cache background copy

2006-10-11 Thread Niklas Edmundsson
On Wed, 11 Oct 2006, Graham Leggett wrote: This patch implements copying a file in the background so the client initiating the caching can get the file delivered by read-while-caching instead of having to wait for the file to finish. Something that Joe Orton raised, and that I've been looking

Re: [PATCH] mod_disk_cache background copy

2006-10-10 Thread Graham Leggett
Niklas Edmundsson wrote: This patch implements copying a file in the background so the client initiating the caching can get the file delivered by read-while-caching instead of having to wait for the file to finish. Something that Joe Orton raised, and that I've been looking into in more det

[PATCH] mod_disk_cache background copy

2006-10-08 Thread Niklas Edmundsson
This patch implements copying a file in the background so the client initiating the caching can get the file delivered by read-while-caching instead of having to wait for the file to finish. I'll attach it to bug #39380 as well, with less comments. The method used here is rather crude, but w