I have a program/script currently released and I'm interested in adding a function in it that will report to me how many people at any given time are using it.
I was curious at how some of you might implement this. Do you think it (my script) should TCPConnect to a server I have setup here every x minutes and send some particular information.. and if my server doesn't receieve any info from any given person for x minutes then it will drop from the list? Ideally, I would like to be able to p