queue - Apache webserver - What happens to requests, when all worker threads are busy -


as far researched, scenario when worker threads busy serving requests, happens requests comes next.

  1. do wait?
  2. is related configurable parameters?
  3. can count of such requests ?

adding please can explain or give link can clear picture of request processing strategy of apache webserver?

thanks looking at!!

additional post cbroughton: should have maximum of 500 request (this depends of servercapacity). here link further reading maxkeepaliverequests


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -