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

Re: Race in svn_atomic_namespace__create

From: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Wed, 31 Oct 2012 13:40:45 +0100

On Tue, Oct 30, 2012 at 7:18 PM, Stefan Sperling <stsp_at_elego.de> wrote:

> On Tue, Oct 30, 2012 at 05:58:20PM +0000, Philip Martin wrote:
> > Another approach would be to create the shared memory created from some
> > other, long-lived, process. The user would have to run this process to
> > enable caching. To handle a large number of repositories this would
> > probably have to be some sort of daemon.
>
> Can we require an auxilliary process such as memcached to hold
> cached revprop data instead of caching it in-process?
> Or would that perform worse or equal to no caching at all?
>

Latency would probably be a major issue here even
if we used some RPC or socket interface. In that case,
we might as well read the file content from the OS'es
file cache. It is at least unclear whether we could still
be much faster than that.

-- Stefan^2.

-- 
Certified & Supported Apache Subversion Downloads:
*
http://www.wandisco.com/subversion/download
*
Received on 2012-10-31 13:41:19 CET

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.