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: torsten.foert...@gmx.net

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to