adspace
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