Stas Bekman wrote:
Geoffrey Young wrote:
this is kinda cool, and would eliminate some of the issues mod_perl had with the core translate handler in 1.3 (namely that it runs no matter what, wasting processing for mod_perl-only back-ends)
any reason why we don't have a PerlMapToStorageHandler?
What's wrong with doing that in PerlTransHandler?
well, from the sounds of Bill's email, map_to_storage is going to run even if you return OK from a PerlTransHandler, and it's map_to_storage that consumes the overhead of stat'ing the filesystem for static files.
but I could be misunderstanding - I haven't looked at the code yet.
but regardless, as with all things apache, if it exists we should probably open it up :)
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
