You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2006/03/02 02:09:27 UTC

Re: problem revealed by issue #2398 (server-side assertion)

Garrett Rooney wrote:
> On 2/24/06, C. Michael Pilato <cm...@collab.net> wrote:
>   
>> Besides, if I'm not mistaken, part of the Berkeley DB 4.4 support work
>> involves ensuring that a given process only ever opens a single handle
>> to the repository.  If that's the case, then a given httpd process
>> should never have multiple FS objects in memory.  Is my memory and
>> evalutation correct?
>>     
>
> I do agree that this is a bug in mod_dav_svn, but as far as BDB 4.4, I
> believe the limitation is being handled by a global cache of BDB
> environment handles, so having two subversion level filesystem objects
> isn't a problem, they'll just poin to the same BDB environment object.
>   
That's correct.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org