arev active usercount (Networking Products)
At 03 NOV 1999 05:41:25PM Lukas Porter wrote:
I'm certain I once saw a way to view how many Advanced Revelation users are active at any point in time. Does anyone remember how to do this?
At 04 NOV 1999 03:58PM Peter Lynch wrote:
For Novell, the NLM stats routine has what you want.
For Novell minus the NLM, use Steve Smith's routines at
http://www.state-of-the-art.com.au
For NT, give each user a different username into your
application, then place a lock on a USERS file record KEY @username during login - then anyone can try to lock every username in the USERS file - when it fails that user is logged in. When their session ends the lock is released.
At 05 NOV 1999 04:38PM Lukas Porter wrote:
thanks for the idea, Peter; I'll try it.