WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Report Interval - IBM HTTP Server 7.0.0.23

  • 1.  Report Interval - IBM HTTP Server 7.0.0.23

    Posted Fri November 15, 2013 07:16 AM
    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


  • 2.  Report Interval - IBM HTTP Server 7.0.0.23

    Posted Fri November 15, 2013 09:57 AM
    This works when you have mpd_mpmstats enabled.  when you enable mod_mpmstats.. it writes the thread usage to a file.

    ReportInterval , specifies .. how frequently you want the thread details report to be written to the log file.