Hacker News new | ask | show | jobs
by rb2k_ 5580 days ago
Will those two things included in the new apache change this?:

Event MPM: The Event MPM is no longer experimental but is rather fully supported.

Asynchronous support: Better support for asynchronous read/write for supporting MPMs and platforms.

1 comments

Yes, I believe so. I'm really excited that the event MPM is no longer experimental. I had tried it way back in the day, but mod_php could not be safely used with it as mod_php was (is?) not thread-safe. I wasn't aware of FCGI at the time.