Hi folks,
I have my apache-2.4.25 with worker mpm. For testing, I have killed the master/main process and send simultaneous requests from apache j-meter and my apache serves all the requests. What I have observed is that even with loads number of worker threads are same, it means I lost forking capability because of main process.
My query is without Master process, what functionalities will I loose?
Thanks
Hemant