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

Re: [RFC] Conceptual locking procedure for database access [#11511]

From: Keith Bostic <bostic_at_abyssinian.sleepycat.com>
Date: 2004-12-27 02:51:19 CET

> Is that really the expected behaviour? Hm. Subversion certainly tries to
> close the DB environment before exiting.

There's no reason to try and close the database environment.
The way to think about this is that Berkeley DB absolutely has
to handle the case where the application doesn't close its
environment. So, there's no reason to close the environment,
it doesn't make any difference to the underlying DB engine.
Since it's possible the application might hang during the close
attempt, why bother?

> By the way, is there any way to get at the BDB development
> sources, or will you post snapshots for testing?

Unfortunately, we can't post our development sources. I will
post snapshots as soon as I can.

Regards,
--keith

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Keith Bostic bostic@sleepycat.com
Sleepycat Software Inc. keithbosticim (ymsgid)
118 Tower Rd. +1-781-259-3139
Lincoln, MA 01773 http://www.sleepycat.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 27 02:52:59 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.