Re: [PHP-DEV] APM

2009-05-29 Thread Patrick ALLAERT
2009/5/26 Eddie Drapkin : > Wheels were made to be reinvented! I already have wheels but I'd like to have tires, it is much more comfortable while driving fast :) > On Mon, May 25, 2009 at 7:07 PM, Olivier B. wrote: >> Hi, >> >> why not use reporting thought syslog ? It's standard and "central >

Re: [PHP-DEV] APM

2009-05-28 Thread Mikko Koppanen
On Thu, May 28, 2009 at 5:49 PM, Patrick ALLAERT wrote: > > The only thing I see now is the ability to make the extension active > on a request basis rather than globally. > Hi, looks like the extension overrides zend_error_cb. Is this affected by set_error_handler in the userland? If I remember

Re: [PHP-DEV] APM

2009-05-28 Thread Patrick ALLAERT
2009/5/25 Ilia Alshanetsky : > Neat idea. Why not open the sqlite db at MINIT rather then RINIT and add a > whole pile of overhead to every request. Sounds logic, but I remember we thought about it and had to open it at RINIT but I really don't remember those reason. Do you see pro's for current s

Re: [PHP-DEV] APM

2009-05-25 Thread Michael Shadle
On Mon, May 25, 2009 at 1:38 PM, Ilia Alshanetsky wrote: > Neat idea. Why not open the sqlite db at MINIT rather then RINIT and add a > whole pile of overhead to every request. > > > Ilia Alshanetsky Also: Pinba is something else that might be interesting to look into. http://pinba.org http://g

Re: [PHP-DEV] APM

2009-05-25 Thread Ólafur Waage
> Wheels were made to be reinvented! Or else we'd all be using stone wheels.

Re: [PHP-DEV] APM

2009-05-25 Thread Eddie Drapkin
Wheels were made to be reinvented! On Mon, May 25, 2009 at 7:07 PM, Olivier B. wrote: > Hi, > > why not use reporting thought syslog ? It's standard and "central > aggregation" is already available (thought TCP or databases). > > Olivier > > Patrick ALLAERT a écrit : > > Hi list, >> >> First, I

Re: [PHP-DEV] APM

2009-05-25 Thread Olivier B.
Hi, why not use reporting thought syslog ? It's standard and "central aggregation" is already available (thought TCP or databases). Olivier Patrick ALLAERT a écrit : Hi list, First, I'd like to apologize if the subject of this mail is somewhat off-topic. Davide Mendolia and me are currentl

Re: [PHP-DEV] APM

2009-05-25 Thread Brian Moon
We'd like to have your opinion on our "next steps", what is the most important feature according to you: - The development of the central aggregator Yes, we run 24 boxes with PHP on them running the same code base. When we have the occasional PHP error, it will be logged over and over and ove

Re: [PHP-DEV] APM

2009-05-25 Thread Ilia Alshanetsky
Neat idea. Why not open the sqlite db at MINIT rather then RINIT and add a whole pile of overhead to every request. Ilia Alshanetsky On 25-May-09, at 4:57 AM, Patrick ALLAERT wrote: Hi list, First, I'd like to apologize if the subject of this mail is somewhat off-topic. Davide Mendo

[PHP-DEV] APM

2009-05-25 Thread Patrick ALLAERT
Hi list, First, I'd like to apologize if the subject of this mail is somewhat off-topic. Davide Mendolia and me are currently working on: "Alternative PHP Monitor" (APM - http://code.google.com/p/peclapm/) which consist of three parts: - a PHP extension which has as a goal of capturing "events" (