Rasmus Lerdorf wrote:
On Tue, 7 Sep 2004, Russ Garrett wrote:

Anyhow, the whole backtrace is here, I'd be interested to see what you
think:

http://static.last.fm/phpbug/bt.txt


Are you sure this happens with Apache1 as well?  I see you are running the
prefork mpm, but you are still linking against libpthread which means you
are getting the slower pthread-locked malloc calls which is where you are
stuck.

I believe we now have a stable setup with Apache 1, at last :). Having said that, it's leaking memory like a sieve, I've had to drop MaxRequestsPerChild right down to 50 to get the memory usage stable. And ZPS is still generating checksum failed errors, but I'm retiscent to touch anything else while it's all working nicely ;).


Russ

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to