[PHP] How to get cpu consumption of a php script

2011-01-17 Thread Tanoor Dieng
Hi everybody, I'm a php developper for a high traffic website. Our web servers run with lightty? We have some issues with the cpu consumption of our servers. The problem is that, we don't know exactly which script consumes so much cpu. So, we cant to figure out how much cpu does a php script

Re: [PHP] How to get cpu consumption of a php script

2011-01-17 Thread Tanoor Dieng
Hi thanks, for xdebug, we'll take al look at it. On Mon, Jan 17, 2011 at 11:51 AM, Thijs Lensselink d...@lenss.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/17/2011 11:23 AM, Tanoor Dieng wrote: Hi everybody, I'm a php developper for a high traffic website. Our web

[PHP] How to catch fatal errors

2009-03-16 Thread Tanoor Dieng
Hello every body, I'm currently working on a very high traffic web sites. I often get a fatal error in production about memory Allowed memory size of ... exhausted. Unfortunately, I can not reproduce this fatal error in developpement environment. The main reason for that is that I don't know