PDA

View Full Version : getting the total number of clients across intances


julioody
05-27-2005, 01:38 AM
Does anybody know how to fetch the total number of clients connected in an application? application.clients.length seem to contain the total number inside an instance.

I could do it using remoting, but I don't want to rely on any external resources, since they can be easily modified. Thanks a lot

hangalot
05-30-2005, 09:21 AM
on the server? apache can tell you from the logs, but it will only ever be 100% accurate if you use a socket.