Title: RE: Witango-Talk: user scope

I have some tools that will analyze system users. It takes a copy of the witango.log and uses a text odbc driver to select distinct userreferences where time >= currentTime-variableTimeout. You can then drill down to see the users variables if you want. Similarly, the log analysis tools will show you what each userreference has done within your applications.

Another way to keep track of users is to keep a domain scope array of userereferences. When a new user comes in you add the userRef to the array. With a variableTimeout trigger you delete the userreference from the array when the scope expires.

It would be nice if <@serverstatus value=NumUsersShared> would show you the current user count, but it doesnt seem to.

Dave

      -----Original Message-----
      From: Alan Wolfe [mailto:[EMAIL PROTECTED]]
      Sent: December 2, 2003 12:21 PM
      To: [EMAIL PROTECTED]
      Subject: Witango-Talk: user scope

      is there a way to get the current number of user scopes?

       

      like if there were 10 user references that were being used and not expired, it would say there were 10 of em.

       

      Im just thinking if so it would be a neat way to figure out how many users were in the system at any given time.

       

      Thanks!

      Alan

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to