Skip to main content

MPM event vs MPM worker

Comments

2 comments

  • 24x7ss
    Hello, There are no known issues with "MPM Event" in Cloud Linux. But PHP may not be run as an apache DSO (mod_php) while this MPM is in use. The event MPM is very new. In fact, it's only been released as stable in Apache 2.4. The Event MPM works the exact same way as the Worker MPM when it comes to processes and threads. The big difference is that an Event MPM will dedicate a thread to a request, not the whole HTTP connection. I have event MPM on most of my servers and works perfectly.
    0
  • cPanelMichael
    Hello, The following document explains some additional MPM options for you to consider:
    0

Please sign in to leave a comment.