Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Luca Toscano
Hi Hemant, 2017-08-30 13:05 GMT+02:00 Hemant Chaudhary : > Hi Luca, > > Thanks for reply. > Actually I want to use apache web server for some transaction where I > can't afford any type of failure. That's why I was trying If by mistake > someone killed or something happen to my parent process th

Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Hemant Chaudhary
Hi Luca, Thanks for reply. Actually I want to use apache web server for some transaction where I can't afford any type of failure. That's why I was trying If by mistake someone killed or something happen to my parent process then still apache can handle requests and serve. Thats why I have query t

Re: [users@httpd] MPM_Worker main process

2017-08-30 Thread Luca Toscano
Hi Hemant, 2017-08-30 8:26 GMT+02:00 Hemant Chaudhary : > 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

[users@httpd] MPM_Worker main process

2017-08-29 Thread Hemant Chaudhary
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