[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Flushes in httpd was Re: timeout mysteries SOLVED! (was Re: Large Repositories)

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-07-15 11:26:14 CEST

--On Monday, July 14, 2003 11:55 PM -0700 Greg Stein <gstein@lyra.org> wrote:

> What Ryan said. The handler shouldn't ever say "force this to the network".

Which I think is ridiculous for either of you to say when mod_dav already
calls ap_filter_flush to do exactly that. As I said earlier, I have a hunch
that it just needs one more flush call to solve this particular timeout
problem (right after the invocation of dav_send_one_response).

Either ap_filter_flush is a valid solution, or it should be removed entirely.
You can't have it both ways. Requiring the addition of custom threshold code
to *every* filter is a cumbersome requirement. If you really feel that's
needed, then we should remove flush support to compensate. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 15 11:26:55 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.