If you're using channels there is a userslist property. http://www.ape-project.org/docs/server/channels/userslist.html
So you can get the number of users on a channel with channel.userslist.getLength() I've been seeing this number stay quite high when I expect it to drop off, but haven't figured out yet whether there's a bug with the userslist or if my people are just leaving their browsers open. On Nov 15, 7:28 pm, Johnathan Leppert <[email protected]> wrote: > You would need to watch the adduser and deluser events off the top of my > head. Start by writing to the log file first, to make sure you are properly > catching the events, then you can hook up your MySQL interface. > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
