You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Chuck Stein <st...@geofusion.com> on 2008/09/18 02:35:49 UTC

hook for timer based call?

Greetings,
I would like my module to do some housekeeping on a regular basis.  Is 
there a mechanism to have apache call my module on a regular basis, like 
a hook that is called by a timer?  The only other thing I can think of 
is to spawn my own thread that stays alive and does this.

Thanks,
Chuck