hi any suggestions appreciated 
I run an intranet system (web app based on apache/mysql/php) which is getting busier steadily. there are about 650 active users (150 of which use the system 5-10 times or more per day)
I would like to develop a script to log and monitor who is currently online.
I reckon I can do this with ajax + regular entries in a mysql table (or just a text file) but is there a more efficient way to do this?
eg if I poll every 10 sec that could mean thousands of entries eg opening / closing sql connections etc, per day.
As I said I'm used to the system being much less busy than this - and the system is running on a virtual win XP (wamp setup) system - is this going to go T/U??

I run an intranet system (web app based on apache/mysql/php) which is getting busier steadily. there are about 650 active users (150 of which use the system 5-10 times or more per day)
I would like to develop a script to log and monitor who is currently online.
I reckon I can do this with ajax + regular entries in a mysql table (or just a text file) but is there a more efficient way to do this?
eg if I poll every 10 sec that could mean thousands of entries eg opening / closing sql connections etc, per day.
As I said I'm used to the system being much less busy than this - and the system is running on a virtual win XP (wamp setup) system - is this going to go T/U??