justin writes: > The last time I traced mod_rewrite on the front-end, and map files, > discovered it opens, reads, and closes, the file *every single request*. > I use a map like that to block IPs fast, but thought that was rather > inefficient? should I not be concerned about such trifles?
We haven't found it to be a problem. Inefficiency can be measured. Is the server load average too high? Is the disk the bottle neck? And, inefficiency can be fixed. If the disk is the bottle neck, write the map to a ram disk. If the load average is too high, it may be there are other contention issues, find them and fix them. Rob -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html