Форуми / Cotonti / Core Labs / Ideas / CRON Engine

Trustmaster
#584 21.08.2008 04:30
There are actually plugins that act like that. Mostly for Admin part, but they could use global hook instead. But there are a few pitfalls with this approach:
1. Performance loss due to overhead of calling task manager each request (at least a simple check, but still each request).
2. Interoperability and race conditions. This should be programmed in a "thead-safe" fashion.
May the Source be with you!