I'm trying to get the number of connections on a rugby server. Looking at the source code, I should be able to do something like this:
num-conn: length? rugby-server/port-q but this only ever returns 2. after probing port-q I find that the first object in it is a blank connection and the second is the last connection made. So it looks like port-q does not hold all of the ports on the server, just the last one. Any idea how to find the number of total connections? Matt _________________________________________________________________ MSN Messenger with backgrounds, emoticons and more. http://www.msnmessenger-download.com/tracking/cdp_customize -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
