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

Speeding up mod_dav_svn

From: Sander Striker <striker_at_apache.org>
Date: 2003-06-10 20:44:36 CEST

Hi,

While thinking about caching the parsed access file for mod_authz_svn,
a little light went on. We could keep the fs environment open during
an entire connection, instead of opening/closing it per request.
Typically, a svn client does most of its actions all over one connection
(two at most), so we can probably abuse the connection pool for this.
This could be a major saver.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 10 20:45:34 2003

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.