Application Timeout

Forums for specific tips, techniques and example code
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Application Timeout

Postby ConvertFromOldNGs » Fri Aug 07, 2009 2:48 pm

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

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Application Timeout

Postby ConvertFromOldNGs » Fri Aug 07, 2009 2:48 pm

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?

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Application Timeout

Postby ConvertFromOldNGs » Fri Aug 07, 2009 2:48 pm

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?


Return to “Tips and Techniques”

Who is online

Users browsing this forum: No registered users and 23 guests