Tom,

Do I set timeout before connecting or after connecting? After 
 You can do this in an ON CONNECT

Timeout only affects that connection? Yes

What I have done is that I have a login in screen. In that form
I place a SET TIMEOUT 1 so the user has 1 minute to login. If
not they are exited gracefully. If they login correctly, then I
SET TIMEOUT 60 so that they have an hour of inactivity before
they are exited. A long ago fixed bug was that TIMEOUT did
nor resond correctly to mouse so if a person had used a mouse
extensively but hadn't used the keyboard for an hour they would be exited.

Jan





-----Original Message-----
From: TOM HART <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Fri, 4 Feb 2011 08:16:22 -0800 (PST)
Subject: [RBASE-L] - Using timeout


I am going to put timeouts in my apps because my workers continue to leave 
apps running and I wanted to be clear on using timeout
Do I set timeout before connecting or after connecting?
Timeout only affects that connection?

Tom Hart

Reply via email to