https://issues.apache.org/bugzilla/show_bug.cgi?id=56333
Edward Lu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31519|0 |1 is obsolete| | --- Comment #6 from Edward Lu <[email protected]> --- Created attachment 31548 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31548&action=edit Add support for connection suspension in Event MPM Cleaned up the code; I changed the globally exposed function to a hook, modeled after the timed_callback which is very similar. The code within the hook is yours, though. In doing so, I had to introduce a new ap_mpm_query() query, to make it worker/prefork-safe. Any code calling the new function should check if the MPM supports suspension first. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
