libsvn_repos logging -- design problems
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-15 17:23:24 CEST
* PROBLEM: performance issues
According to branko, numerous debug-level apr_psprintf's add up fast
Possible Solutions?
The logging API can still do the loglevel-test, but server
* PROBLEM: logging errors or requests not associated with repositories.
Sometimes errors happen before a repository is opened, or requests
Possible Solutions?
mod_dav_svn is already logging these sorts of things in apache's
* PROBLEM: lots of processes all trying to write to logfiles.
How do we mediate write access to a single logfile with N processes
Possible Solutions?
flock() style stuff, like the 'write lock' in FSFS?
---------------------------------------------------------------------
|
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.