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

Re: Greetings from Sleepycat

From: Florian Weimer <fw_at_deneb.enyo.de>
Date: 2004-09-20 20:44:10 CEST

* Gregory Burd:

> Also, I've opened a support request to track a database corruption
> issue.

Ah, great.

There's one thing on my list which I wanted to investigate, but it
looks more complex than I imagined: Can Berkeley DB database
environments be shared across different user IDs? This seems to be a
common usage case for Subversion, but I'm not sure if it's actually
supported by BDB.

For example, if the low-level mutexes that are shared between
processes are implemented using signals, this scenario doesn't work
because a process that releases a mutex might not have the necessary
privileges to send a signal to another process which is waiting for
this mutex.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 20 20:44:31 2004

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.