in reply to Re^8: Enhancing Speed
in thread Enhancing Speed
Slow clients hold the process so you'll have to open a new process to serve someone else which DOES increase the cpu/ram usage as explained before.
We've been explaining that different sites have different bottlenecks. Why do you keep ignoring the specifics that apply to PerlMonks and revert to talking about what would help other sites?I'm not ignoring the specifics that apply to PerlMonks
If you take the time to read the link provided by Argel in the post above, you would have seen tye talking about having to REAP Apache children to free-up memory which are probably caused by slow clients holding up children for long time which makes it necessary to start a new process.
Faster page delivery means less process have to run together which will lower CPU load ... that's my point of view.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Enhancing Speed (children)
by tye (Sage) on Aug 18, 2010 at 23:24 UTC | |
by wazoox (Prior) on Aug 19, 2010 at 10:59 UTC | |
|
Re^10: Enhancing Speed
by ikegami (Patriarch) on Aug 18, 2010 at 22:44 UTC | |
|
Re^10: Enhancing Speed
by chromatic (Archbishop) on Aug 18, 2010 at 22:35 UTC |