Page 1 of 1
Application Timeout
Posted: Fri Aug 07, 2009 2:48 pm
by ConvertFromOldNGs
by Kevin and Maureen >> Fri, 9 Jan 2004 8:08:21 GMT
Scott
Use the "setInactiveTimeoutPeriod" method on Application and then re implement "inactiveTimeout" method (see documentation EncycloSys.pdf) on both these methods.
Kevin
Re: Application Timeout
Posted: Fri Aug 07, 2009 2:48 pm
by ConvertFromOldNGs
by Scott >> Mon, 19 Jan 2004 21:51:56 GMT
Unfortunately this appears to be a new feature in JADE 6.
Is anyone aware of a similar facility within 5.2?
Re: Application Timeout
Posted: Fri Aug 07, 2009 2:48 pm
by ConvertFromOldNGs
by Dr J. >> Thu, 22 Jan 2004 3:12:39 GMT
I imagine this facility was added in 6.0 as a result of NFS request #22164.
For 5.2, you probably need to implement your own "timeout" facility by monitoring form/control activity in your application. Unfortunately this means you'll need to implement a lot of events, such as mouse and/or keyPress/change events to keep resetting your timeout. This will in turn have a negative impact on your thin client performance as you will now have more events requiring round trips to your AppServer.
How far off upgrading to 6.0 are you? It may not be worth the time/effort required to implement this if you will soon be upgrading to 6.0 and the client can live without the timeout facility in the interim?