On 06.11.2016 13:47, Stefan Fuhrmann wrote: > On 05.11.2016 17:51, Hans van Kranenburg wrote: >> I don't see noticable performance issues at all while reparsing the >> little files every time right now (how big/complex is the average authz >> file?) > > I remember generated authz files > 10MB. That translates > into 100s of ms parser overhead per e.g. GET request.
That's true with the current code, but the code on the authzperf branch should be quite a bit faster. Still slower than SHA1 though (although, for this kind of cache, MD5 is good enough and faster). Just don't forget that mod_authz_svn can also pull authz files from a Subversion repo, not just from disk. -- Brane