|
Do you count the traffic you send somewhere, and how?
One of these days I want to start recording the amount of hits I send to every single sponsor site.
Who's doing this and how? I figure writing it to a mysql table uses a lot of CPU / RAM?
If I sent 100K hits a day to 200 sites, would I run 100K mysql update queries on a table with the 200 sites?
Won't that tear down my server? Is there a more elegant way to do this, i.e. write to a text file first or whatever?
|