• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Report Interval - IBM HTTP Server 7.0.0.23

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
I am not a spy. Definitely. Definitely not a spy. Not me. No way. But this tiny ad ...
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic