Hi All,
In our environment we have IBM http server (Version - 7.0.0.23), and the timeout attribute set to this server is 5 minutes. And
report Interval is set to 10 minutes.
From our application when we make a ajax request and it takes more than 5 minutes to process on DB call, and the request being timed out.
So, i have placed the code in my application to notify the user in case of any error in the ajax request.
The problem is when there is a request timeout happened in the Ajax call, the alert message is being displayed to the user only after 10 minutes.
Is this because of the report Interval is set to 10 Minutes? or
Basically someone can explain what exactly the report Interval attribute do in the IBM http server.
Any help is much appreciatable.
Thanks,
David