On Tue, Nov 12, 2013 at 4:31 PM, Ivan Zhakov <i...@visualsvn.com> wrote:

> On 11 November 2013 07:46,  <stef...@apache.org> wrote:
> > Author: stefan2
> > Date: Mon Nov 11 03:46:08 2013
> > New Revision: 1540594
> >
> > URL: http://svn.apache.org/r1540594
> > Log:
> > Use the new object pool API to implement an authz pool.
> >
> > This requires a few minor extensions to existing authz and config APIs
> > to make the respective functionality available where needed.
> >
> Stefan,
>
> How and when this authz pool will be invalidated?


Always. It only takes shortcuts when the sha1 checkums
are known to match.

This is not so much about performance (of which we gain
a bit as a side-effect) but rather to limit memory consumption.
The whole pooling effort (configs, authz, repos) is only to
allow for svnserve to handle 10s of thousands of concurrent
connections.

Without that infrastructure, we can't have client-side
connection caching.

-- Stefan^2.

Reply via email to