Gordon Henriksen wrote:
> 
> I'm looking at how to best avoid downtime during a code upgrade, as we often
> do spot releases of critical code fixes and we're getting to the usage level
> that I don't want to interrupt service to deploy that code. At the same
> time, I want to avoid running 200 stat()'s per request for all of the loaded
> modules.

look into the touchfile option in Apache::Reload - that might help
some.

--Geoff

Reply via email to