Fer madrid wrote:
Hi all
We are monitoring apache performance with strace, in order to check statScripts
configuration parameter is working.
We've checked that setting this parameter to 0, changes to the ASP's are not (correctly) refreshed.
However, looking into strace log we find that stat and open system calls are made for every ASP.
Is this performance normal?
Thanks in advanced.
Best regards.

Right, setting StatScripts to Off or 0 can have the changes not load, which precisely the point. Then you would see the stat() call not happening, but note that this happens on a *per process* basis, so depending how many processes you have running, it might take a while to see the stat calls stop.

Regards,

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to