Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Http server maximum idle time ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Http server maximum idle time ?

    Hi all, Is there anybody out there who knows how to configure the maximum idle time for http server thread ? sometimes many of my http server threads are ended by a SIGKILL (this is the description in the joblog). I know i can configure minimum and maximum number of threads but i could not find where to set idle time out parameter to the http. Thanks in advance for any input on this issue

  • #2
    Http server maximum idle time ?

    How are you creating your program? Try using a CALLP instead of the CALLB. HTH, John

    Comment


    • #3
      Http server maximum idle time ?

      Did you resolve this? You can adjust the minimum and maximum number of threads that process, but the server instances should process all the time unless you end them. We have seen server instances drop with a 'sigkill' listed in the joblog. There was a problem with the application. Do you have error logging turned on? If so, check the httperr log and perhaps the httplog for problems. We found errors like script timer expired, not authenticated, page not found, etc., We had a really difficult time identifying the issues behind the instances that dropped because although we knew the instances had ended, the users did not call in. Therefore, we could not ask them if their browser was receiving an error message. In the end, we found that a page was missing, and the user did receive a message on their browser. Hope this helps Annette

      Comment

      Working...
      X