How many threads can apache handle?



How many threads can apache handle?..

Answer / 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

More Apache Interview Questions

How do I install apache?

1 Answers  


What is apache access?

1 Answers  


How does apache tomcat works?

1 Answers  


Is httpd and apache the same?

1 Answers  


Why doesn't Apache include SSL?

1 Answers  


How to troubleshoot port conflict issue?

1 Answers  


What do you mean by documentroot of apache?

1 Answers  


What language does apache use?

1 Answers  


What language is apache written in?

1 Answers  


How do I install apache server on windows 7?

1 Answers  


How to enable php scripts on your server?

1 Answers  


You see “connection reset by peer” in error log. What could be the reason for this?

1 Answers  


Categories