1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-13 21:42:17 +03:00
Files
apache/server/mpm/simple/SIMPLE.README
Paul Querna c37300112c Fix spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200456 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10 18:05:47 +00:00

7 lines
349 B
Plaintext

The Simple MPM aims to create a single MPM, that runs on all modern
Unix and Win32 platforms, by using APR as much as possible.
The Simple MPM core run loop revovles around a Poll CB event system, with
timers being built in. When an event, either an IO or Timer is ready to run,
it is dispatched to any available threads in the current process.