Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quitting VFP after 15 min of inactivity - any experience
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00832144
Message ID:
00832148
Views:
34
You could have problems - what happens if they crash out (lose connection) in a session and have to log back in: will you have two sessions?

Is the 15 minutes of inactivity at the desktop or within VFP. For the former, you can check for the status of a screen-saver, although that might not be applicable for a remote connection. For the latter, a timer: if you are using forms, derive them all from a single class that updates/sets timer information.

Alternatively, you could write a fat-client for the user (with a data-connection over the internet) or a thin-client internet (browser) application.

I don't know what speed your clients are connecting at, but it will be a slow experience, most likely. You could try tightVNC instead of gotoMyPC (it's free for a start), but all will have to draw the entire desktop. I use www.workspot.net (for a remote Linux Desktop) and even on a 1mb line it can be slow.

>
>I have a new application on the drawing board. Clients will connect to my machines over the internet using gotomypc. This will take them into their own terminal on which they can start their application.
>
>I need to be able to check for 15 minutes of inactivity before closing theri application so that I can take security copies of the data (this will be done automatically when the app closes)
>
>Anyone with experience of this type of problem out there or any suggestions?
>
>Thanks
>
>Colin Northway
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform