Y
Hacker News
new
|
ask
|
show
|
jobs
by
antihero
4738 days ago
Isn't Apache's default MPM event driven since 2.4 anyway?
1 comments
FooBarWidget
4738 days ago
event_mpm is only partially evented. Thanks to the Apache module API, which assumes blocking I/O, it's impossible for Apache to be fully evented. That said, event_mpm handles a lot of the important cases where evented I/O is desired.
link