1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

If serf is available, compile in driving the serf event loop from inside the

Event MPM.

Add a new MPM Query to determine if an MPM supports this.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul Querna
2009-03-28 01:00:41 +00:00
parent b145fc9e77
commit 1144cad0e8
2 changed files with 81 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ AP_DECLARE(apr_status_t) ap_os_create_privileged_process(
#define AP_MPMQ_MPM_STATE 13 /* starting, running, stopping */
#define AP_MPMQ_IS_ASYNC 14 /* MPM can process async connections */
#define AP_MPMQ_GENERATION 15 /* MPM generation */
#define AP_MPMQ_HAS_SERF 16 /* MPM can drive serf internally */
/**
* Query a property of the current MPM.