What language? Is it a cronjob to check your access log sort of like:
Code:
cat /var/log/apache2/access.log | awk '{print $1}' | wc -l
I will be looking at implementing something similar soon so would be interested in your thoughts on your current setup.