Let me start off by saying that this is my first CGI script, but I have written quite a few perl scripts in the past. I wrote a web interface (with CGI.pm) which produces a report from our firewall logs for certain criteria which the user defines (ie. ip address, port number, date, etc). It works fine when it is a small report that only takes 5 minutes or less, but if it has to parse a large amount of traffic over many log files, the script timesout before it is complete. I have a few questions: