Quote:
Originally Posted by Babaganoosh
http://www.maxmind.com/app/php
If you have mod_geoip installed, 500K is not an issue at all. I'm doing well over a million lookups a day without a hiccup.
|
what he said

10+million lookups per day for me and not even hitting server load 1
However, I'm using a C wrapper to maxmind's DB, since the majority of my queries need to query a given IP address, not the visitor IP address like mod_geoip does.