in reply to How do I jump to the point I last checked a file at?
One thing you could do is use a daemon, rather than a cron job to read from the file as apache writes to it (ala 'tail -f'). That way, you could change your statistics periodically, rather than having to mow through the file every n minutes.
Or use analog...
|
|---|