Rather then trying to synchronize the dupe log between multiple sites, why not store the data in a central location, such as a database? Querying a database (i.e. MySQL Server) would most likely be much quicker then reading through and parsing a large log file.
|