How to increase the fcgi timeout .
my action takes more than 30 seconds , to bring the response from my
database . Afetr reaching 30 seconds , apache2 kill my fcgi process and
I am getting application error in my frient end . Any solution to
increase the fcgi timeout .
Vetrivel V. wrote:
How to increase the fcgi timeout .
my action takes more than 30 seconds , to bring the response from my
database . Afetr reaching 30 seconds , apache2 kill my fcgi process and
I am getting application error in my frient end . Any solution to
increase the fcgi timeout .
I’m sure there’s a way…but why is your DB query taking more than 30
seconds? That should never happen. Let’s see the code.
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Thanks for your reply .
I have to run 10 query for a single report . If the persons
selects one month date , the query takes more then 30 seconds to bring
the output . I am using index scan in my database . Any idea . As of
now i am running as cgi .
Thanks
Marnen Laibow-Koser wrote:
Vetrivel V. wrote:
How to increase the fcgi timeout .
my action takes more than 30 seconds , to bring the response from my
database . Afetr reaching 30 seconds , apache2 kill my fcgi process and
I am getting application error in my frient end . Any solution to
increase the fcgi timeout .
I’m sure there’s a way…but why is your DB query taking more than 30
seconds? That should never happen. Let’s see the code.
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]