[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: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-11-05 18:50:38 CET

On Wed, Nov 05, 2003 at 09:52:52AM +0100, Sander Striker wrote:
>
> > >> 2. Make svn_fs_merge() spawn a deltification thread (using APR
> > >> threads) and return success immediately. If the thread fails to
> > >> deltify, it's not the end of the world: we simply don't get the
> > >> disk-space savings.
>
> For 2. we'd need both a fork()ed and a threaded implementation, based
> on availability advertised by APR at compile time.
>

What if we were to do the deltification on the same thread that serviced
the request, but after the response has been written to the socket?

--ben

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