Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread 5 minute timeout
Sat, Mar 1 2008 2:37 AMPermanent Link

Tim
Running a simple 1 tdbisamtable (using default session) - if Delphi 7 IDE is open, whether the app is running in IDE or not, it works fine. If Delphi 7
IDE is not open, the EXE runs fine for exactly 5 minutes then times out, disconnects the db and exits the app . What would cause this ?

Regards
Sun, Mar 2 2008 11:19 AMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Tim

Do you have the Session's "RemotePing" set to "True" in the client app?
If not, you can try it and see if it helps.

--
Fernando Dias
Mon, Mar 3 2008 6:49 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Tim,

<< Running a simple 1 tdbisamtable (using default session) - if Delphi 7 IDE
is open, whether the app is running in IDE or not, it works fine. If Delphi
7 IDE is not open, the EXE runs fine for exactly 5 minutes then times out,
disconnects the db and exits the app . What would cause this ? >>

As Fernando indicated, make sure that you have the TDBISAMSession.RemotePing
property set to True if you don't want the client session to time out after
a certain period of time (default is specified via the
TDBISAMSession.RemoteTimeout property).

--
Tim Young
Elevate Software
www.elevatesoft.com

Image