Feature #297
Time module execution and alert for excessive latencies
| Status: | Wontfix | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | wontfix |
|
| Patch available: |
Description
<supastuff> how about timing module execution time and alerting if execution
time is too high?
<supastuff> because if modules block, they block all of lighty
<supastuff> so it gets really critical
<weigon> yeah, we have this for read and write, but not for the handling part
<supastuff> I think it would be very useful
<weigon> add a ticket for it
History
09/01/2008 11:55 AM - stbuehler
- Status changed from New to Fixed
- Resolution set to wontfix
If a module blocks the timing functions don't get executed, and i don't think it would be good to use signals for this...
I prefer having clean modules.