Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Who's running my app?
Message
From
11/03/1998 16:18:50
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00084012
Message ID:
00084014
Views:
18
>Does anyone know of a way (API/3rd PartyProduct/Library) to tell which network users are running a program. I have looked at GP Lib and as long as the user is a Console Operator, there are functions to figure out which users are using a file. What I'm looking for is a way of telling who is using the system and displaying that list to users. I have used log files and tables that get updated when a user logs in and out in the past but they have limitations and can become quickly out of sink. <>
>
>Fred Lauckner
>flauckner@paraengr.com
><>

The only problem with log tables is that you cannot trace unexpected termination of the program (pull-off power). However, if you will check for user's lock, it will always work. I mean that the user going to system applies rlock() to his/her own record in Users table. Monitoring program can scan this table and check for existing locks collecting list of really active users.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform