>> On Thu, 24 Feb 2005 17:18:19 +0000, Alex Leonhardt <[EMAIL PROTECTED]> wrote:
>> >>> I tried to figure out if it's possible to run a script or similar each >>> time a request comes in to the DNS Server. >> >> >> MyDNS can write a line to the log file for each request with the >> --verbose option. See contrib/stats.php for information on how to >> process this. You could process in near realtime by watching the file >> for changes (like the tail program) or in realtime by using a fifo for >> the log file.
What sort of overhead processing/disk-wise does this consume? Regards, Simon
