Can you please review the attached patch?
It implements the subject of this mail.
Cheers,
--
Patrick Allaert
---
http://code.google.com/p/peclapm/ - Alternative PHP Monitor
--
You received this message because you are subscribed to the Google Groups "Alternative PHP Monitor - Dev" group.
To post to this group, send email to apm...@googlegroups.com.
To unsubscribe from this group, send email to apm-dev+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/apm-dev?hl=en.
[snip]
> I'd like to take a crack at doing the email driver if that's OK with you
> guys ?
Seems ok to me.
However explain first how you are going to implement it, we probably
don't want to slow down things by sending e-mail synchronously at
every single event.
What about an aggregated e-mail at RSHUTDOWN flushing all events
registered by apm_email_insert_event() into single linked list of
events?
I think discussing it is a good start :)
Patrick