Skip to content

Commit 33714a2

Browse files
committed
We support the worker MPM since 1.9.x, so update the docs accordingly.
1 parent 0b9c281 commit 33714a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/Architectural overview.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ link:cxxapi/index.html[+++the C++ API documentation+++],
210210
in particular the documentation about the `ApplicationPool`,
211211
`StandardApplicationPool` and `ApplicationPoolServer` classes.
212212

213-
NOTE: At the moment, Passenger does not support Apache with the worker MPM
214-
(which uses threads instead of processes). But because the application pool is
215-
implemented in a modular way, supporting the worker MPM shouldn't take more
216-
than 10 lines of code.
217-
218213
The application pool is responsible for spawning applications, caching
219214
spawned applications' handles, and cleaning up applications which have been
220215
idle for an extended period of time.

0 commit comments

Comments
 (0)