On Wed, 04 Feb 2009 10:38:44 -0800 Paul Querna <c...@force-elite.com> wrote:
> Mladen Turk wrote: > > I would like to commit this module to trunk. Tending to +1 in principle, subject to think-time. > > For example heartbeat would be by an order of magnitude > > simpler (I took some concepts from it) That looks like a good example on which to elaborate to convince me and perhaps others of the merits of your module. > I would rather make this kind of thing (scheduled tasks) part of the > MPMs, as they would be able to just use one of their exists task > threads to handle a scheduled task. Disagree. You might export hooks, but let's have proper modularity in the implementation. > The Simple MPM has the ability to do this. Examples? -- Nick Kew