in reply to tracking unique users in a weblog

Two points.

First, File::Tail rocks. Get it, use it.

Second, you keep using the word "user", but I don't know how you can know that, unless every user is being tracked by a unique cookie or something. I'd certainly hope you aren't confusing the words "IP address" with the word "user", because they are not the same. Many users share the same IP addresses. Many users have multiple IP addresses. An extreme case of that is the largest single group of internet users in the world: AOL. A single page hit from an AOL user can appear to come from many proxy servers.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: tracking unique users in a weblog

Replies are listed 'Best First'.
Re: •Re: tracking unique users in a weblog
by Earindil (Beadle) on Jan 22, 2004 at 17:28 UTC
    I'm using the login ids stored in the access log. This is a secure website. I'll take a look at File::Tail, I glanced at it earlier but thought it was for keeping a process running and simulating a tail -f on it. I need to be able to kick this process in every 5 mins and can't keep it running.