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

Re: issue #1573: fs deltification causes delays

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-11-05 20:45:11 CET

--On Wednesday, November 05, 2003 12:09:16 -0600 "C. Michael Pilato"
<cmpilato@collab.net> wrote:

> This was my original idea, but there's an API problem. I don't
> believe that Apache guarantees that things we write to our output
> stream are flushed to the socket immediately. The *right* way to do
> this would be for Apache/mod_dav to provide a post-request cleanup
> hook, which is guaranteed to run only after the request response has
> been sent down the wire. In that cleanup, we could do the
> deltification.

Smells like a pool cleanup to me. Register against the request_rec->pool
(or some other pool). You might get delayed until connection close, but
that's not a super-big problem. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 5 20:46:44 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.