Re: Performance of TransmitFile on Windows Servers with 2.0.49

2004-04-12 Thread Bill Stoddard
Bill Stoddard wrote: Philip Gladstone wrote: I noticed that the performance of TransmitFile (used when EnableSendFile On on Windows platforms) was significantly worse than EnableSendFile Off. It turns out that the way that TransmitFile is called is *without* the TF_WRITE_BEHIND flag. This means tha

Re: cvs commit: apr-util/hooks apr_hooks.c

2004-04-12 Thread Ben Laurie
Jeff Trawick wrote: [EMAIL PROTECTED] wrote: ben 2004/04/11 11:10:49 Modified:hooksTag: APU_0_9_BRANCH apr_hooks.c Log: Make the topological sort pull out-of-order items to the front, instead of pushing them to the back. This makes things stay where they want to be better.

Re: cvs commit: apr-util/hooks apr_hooks.c

2004-04-12 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: ben 2004/04/11 11:10:49 Modified:hooksTag: APU_0_9_BRANCH apr_hooks.c Log: Make the topological sort pull out-of-order items to the front, instead of pushing them to the back. This makes things stay where they want to be better. Don't these several c