Home Page is timing out
-
- Experienced User
- Posts: 140
- Joined: Wed Sep 14, 2016 2:58 pm
- First Name: Mark
- Last Name: Walter
- Company Name: Paragon Consulting Services
- Contact:
Home Page is timing out
I've developed a small application which displays a screen that we use for a home page. It's basically just a simple portal. This is an RPG driven Rich Display File. It seems to be timing out when there is no usage. Our old Home Page, which was an HTTP page, did not. Is there a way to keep this from timing out?
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Home Page is timing out
Rich Display files time out because there is an active job for each open display. Any error that prevented communication between the browser and server would therefore, cause that active job to remain active indefinitely.
For example, suppose you opened a Rich Display and then accidentally kicked out the power cord for your PC. The server will have a job servicing that session -- but there's no way for the PC to send a message telling it to close the sessions because it doesn't have power. So it will stay active "forever" (until the http server is shut down.)
The same is true of Genie sessions.
It does not matter whether the Rich Display or Genie session is launched as a home page, a regular Atrium tab, or just run by itself. In all cases, there will be a timeout value.
One possible solution is to use "keep alives" to prevent the timeout from occurring. You can learn how to configure keep alives here:
https://docs.profoundlogic.com/display/ ... e+Interval
For example, suppose you opened a Rich Display and then accidentally kicked out the power cord for your PC. The server will have a job servicing that session -- but there's no way for the PC to send a message telling it to close the sessions because it doesn't have power. So it will stay active "forever" (until the http server is shut down.)
The same is true of Genie sessions.
It does not matter whether the Rich Display or Genie session is launched as a home page, a regular Atrium tab, or just run by itself. In all cases, there will be a timeout value.
One possible solution is to use "keep alives" to prevent the timeout from occurring. You can learn how to configure keep alives here:
https://docs.profoundlogic.com/display/ ... e+Interval
-
- Experienced User
- Posts: 140
- Joined: Wed Sep 14, 2016 2:58 pm
- First Name: Mark
- Last Name: Walter
- Company Name: Paragon Consulting Services
- Contact:
Re: Home Page is timing out
Thanks, Scott.
Who is online
Users browsing this forum: No registered users and 0 guests