1.

How many MPMs can be loaded at a time?(a) 3(b) 1(c) 4(d) 0The question was posed to me during an interview.My question is taken from Web Performance Optimization in portion HTML Images & Web Page Files of HTML

Answer»

The correct choice is (b) 1

Best explanation: Multi-Process Modules i.e. MPMs is introduced by APACHE 2, it CONTROLS how Apache handles the requests. We can load only ONE MPM at a time. But in the case of Linux, we can USE two MPMs. There are two kind of MPM, worker and prefork.



Discussion

No Comment Found

Related InterviewSolutions