Re: mod_dav_svn and multiple apache processes
From: Viacheslav Zholudev <vyacheslav.zholudev_at_gmail.com>
Date: Thu, 3 Dec 2009 21:36:21 +0100
Hi Michael,
I had a closer look and I figured out the following. SVN may open and close BDB databases MORE than once during ONE svn commit (i.e. during 1 svn transaction), and create svn_fs_t objects multiple times. Is it normal behavior? Could it be because Apache decides to clean caches, and then recreates an svn_fs_t object since the previous one was cleaned up and closed? As far as understood from your former emails, only one cached svn_fs_t object should be used by mod_dav_svn PER 1 svn transaction (e.g. commit). But I'm seeing the opposite situation...
Could you please clarify? Thanks a lot for your time.
Best,
On Dec 2, 2009, at 4:01 PM, C. Michael Pilato wrote:
> Viacheslav Zholudev wrote:
Best,
------------------------------------------------------
Please start new threads on the <dev_at_subversion.apache.org> mailing list.
|
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.