From: David E. W. <da...@we...> - 2003-04-02 21:54:25
|
PHPWiki Gurus, It seems that we're one of the few installations running PHPWiki with Apache 2 with the "worker" MPM. This may be the culprit. Unlike the default, "prefork", "worker" uses threads. It's possible there is some bad interaction between Apache and PHP and PHPWiki when Apache is threaded. I don't know how happy PHP is being threaded. I'm building a "prefork" Apache 2.0 to run with PHPWiki now to see if it alleviates our problems. I'll keep the list posted. Is bad "worker"/PHP interaction a known issue? -d |