Jean-frederic Clere wrote:

If you finish your maintenance module then it'll
be his responsibility to make a heartbeat independent
of the request, on the regular intervals.

Sure I need an extra program to make a real heartbeat but I still still don't see how I could close a socket in a httpd son if it doesn't get a request.


By adding additional signal to the mpm for maintenance.
Right now most mpm's have two: shutdown and gracefull.
Additional maintenance will do the trick.

Of course, the other solution is to launch an additional
thread on child_init that will monitor the scoreboard
and do the maintenance. Little bit unusable for
prefork I'm afraid.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to