Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-08 Thread Graham Dumpleton
That isn't really a solution, it is more of a hack that doesn't really solve the real problem. If you had watched the the video: https://www.youtube.com/watch?v=SGleKfigMsk=593s I was hoping you would start to understand that the real problem

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-08 Thread Mahesh Vernekar
Hi Graham, Thanks for your time. We resolved the issue by adding the parameter connect-timeout to the deamon-process configuration as below WSGIDaemonProcess pe-ta-dev.knowdl.com python-path=/opt/data/knauthor/knauthor:/usr/lib64/python3.4/site-packages connect-timeout=300 Since our

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-03 Thread Graham Dumpleton
I have been busy today so far so haven't had time to reply. Did you watch the video and read the blog post I linked? A couple of other videos worth watching to give you better background on issues and how Apache/mod_wsgi works are: * https://www.youtube.com/watch?v=SGleKfigMsk=593s

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-03 Thread Mahesh Vernekar
Hi Graham, Did you get a chance to go through the apache configuration file ? Do you need more details ? Regards Mahesh Vernekar On Thu, Jan 3, 2019 at 3:56 PM Mahesh Vernekar wrote: > Hi Graham, > > I have attached the httpd.conf file contents. Will that help ? > > > Regards > > Mahesh >

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-03 Thread Mahesh Vernekar
Hi Graham, I have attached the httpd.conf file contents. Will that help ? Regards Mahesh On Thu, Jan 3, 2019 at 12:04 PM Graham Dumpleton wrote: > > > On 3 Jan 2019, at 5:26 pm, Mahesh Vernekar > wrote: > > Hi Graham, > > Thanks for your response. Find my answers as below: > > What is your

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-02 Thread Graham Dumpleton
> On 3 Jan 2019, at 5:26 pm, Mahesh Vernekar wrote: > > Hi Graham, > > Thanks for your response. Find my answers as below: > > What is your current mod_wsgi configuration? We are using deamon process I need to see the actual configuration, just saying you are using daemon mode is not

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-02 Thread Mahesh Vernekar
Hi Graham, Thanks for your response. Find my answers as below: What is your current mod_wsgi configuration? We are using deamon process How long is typical request response time? Min : 2 secs / Max : 15 secs Are the requests high CPU activities, or I/O bound waiting on a backend service like a

Re: [modwsgi] Need help with max connections settings / Load testing

2019-01-02 Thread Graham Dumpleton
What is your current mod_wsgi configuration? How long is typical request response time? Are the requests high CPU activities, or I/O bound waiting on a backend service like a database? > On 3 Jan 2019, at 2:12 am, Mahesh Vernekar wrote: > > We are hosting a web application with configuration