Use this tag for questions related to Preforking (servers).
Pre-forking basically means a master creates forks which handle each request. A fork is a completely separate *nix process.
as stated in What exactly is a pre-fork web server model?
Use this tag for questions related to Preforking (servers).
Pre-forking basically means a master creates forks which handle each request. A fork is a completely separate *nix process.
as stated in What exactly is a pre-fork web server model?