adspace


How many threads can apache handle?

Answer Posted / Sanjeev Kumar Suman

The number of threads that Apache can handle depends on various factors, such as the available system resources and configuration settings. By default, Apache uses a pre-fork model, which creates a separate process for each request. In this model, the maximum number of workers (or threads) is determined by the value set in the MaxRequestWorkers directive in the httpd.conf file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On which version of apache you have worked?

1032