On Thu 19 Feb 2009, Geoffrey Young wrote:
> I've love if this particular aspect had a better solution, though
> threads really complicates things...
child_terminate is forbidden with a threaded MPM. And I think it is
rightly so.
void mpxs_Apache2__RequestRec_child_terminate(pTHX_ request_rec *r)
{
MP_CROAK_IF_THREADED_MPM("$r->child_terminate")
...
Torsten
--
Need professional mod_perl support?
Just hire me: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]