Stas Bekman <[EMAIL PROTECTED]> writes:

> Now cleanup_register() ties a perl interpreter and doesn't release it
> until that cleanup handler is run. So that call:
>    $base_server_pool->cleanup_register(sub { Apache::OK });
> was tieing an interpreter, but wasn't releasing it (since the pool is
> freed at the child_exit only). And therefore we had a lack of
> available interpreters and voilą the problem we had that we all saw.
>
> I'll fix that shortly in the way suggested in my previous followup.

++stas, nice work here!

-- 
Joe Schaefer


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

Reply via email to