You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/08/19 23:50:42 UTC

[Bug 52196] winnt mpm, others mpm also have this bug. pool shared by mulit-thread.

https://issues.apache.org/bugzilla/show_bug.cgi?id=52196

--- Comment #1 from Jeff Trawick <tr...@apache.org> ---
This appears to affect all MPMs.
The limitation is that certain APR thread functions can't be used, as the pool
is shared between threads.
mod_lua in particular has a method to retrieve the pool of the thread, which
would always be pchild (almost certainly not what the caller expected).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org