Hi! I have trouble configuring Apache so that it have 1 parent and lots of childs so that I have 1 XCache cache shared all over PHP. Documentation for apache is quite bad and I found nothing mentioned on WEB about this issue. As i understand I have to set MaxServers and MinServers to 1 and set ThreadsPerChild to N threads I want? And witch MMP module should I use? It will be quite high load.
on 16.05.2008 07:45
on 19.05.2008 03:26
> As i understand I have to set MaxServers and MinServers to 1 and set > ThreadsPerChild to N threads I want? i guess so, but u can verify it from xcache-admin page. simply reload the page (maybe it is required to close the browser) and see if the stats counter or entry list "jumpy" > And witch MMP module should I use? do u mean mpm? maybe worker or prefork? fastcgi is still highly suggested, it breaks 1:1 model > It will be quite high load.

