Page 1 of 1

Timeout of jobs

Posted: Thu May 12, 2016 3:27 pm
by HowardA
For Green screen, we were able to depend on inactivity timeout system setting on the iseries but since the PUI jobs are not interactive, this setting doesn't affect the PUI jobs. I'm looking for a way to assure that the jobs that are spawned when calling an RPG PUI app, will END after a given time period of no activity.
How would we go about this? Are there settings similar to the inactivity timeout system value?

Thanks

Re: Timeout of jobs

Posted: Fri May 13, 2016 12:45 am
by Scott Klement
The timeout is defined in the httpd.conf file as described here:
http://www.profoundlogic.com/docs/displ ... on+Timeout

I would recommend leaving the client-side timeout feature enabled (it is enabled by default) and leaving the keep alive interval disabled (this is disabled by default).