> if the fork design is so bad I don't understand why the most popular web > servers (Apache and Nginx) use the pre-fork worker model, or allow its use.
Because it's needed for Ruby / Python etc. It's not bad. But it's not the best either.
> if the fork design is so bad I don't understand why the most popular web > servers (Apache and Nginx) use the pre-fork worker model, or allow its use.
Because it's needed for Ruby / Python etc. It's not bad. But it's not the best either.