The apache docs for mod_status say that turning on extended status can slow down the server. In what way would this happen? Does it use more cpu? Memory? Spawn extra processes?
Thanks!
The apache docs for mod_status say that turning on extended status can slow down the server. In what way would this happen? Does it use more cpu? Memory? Spawn extra processes?
Thanks!
Excerpt from Apache Performance Tuning Guidlines
It needs to compile, store and keep track of extra statistics. I haven't read the code but my gut tells me it uses a bit more memory and considerable more CPU cycles.