Does the subversion mod_dav_svn support Apache's MPM-Worker thread configuration?
I'm finding very little documentation so far on this, and I'm looking for better ways to make use of my subversion server resources.
Information I could find is from 2002 http://svn.haxx.se/dev/archive-2002-11/0463.shtml
It does. I'm using mpm worker on debian 6 in production environment without any problem.
On the surface it looks like it does, the easiest way to find out is to build/install apache as mpm-worker, and if the module loads and works as it should then yes it is thread safe.