in reply to Re^2: temp hold logfiles in memory?
in thread temp hold logfiles in memory?

You may want to also benchmark the "300 lines of regex match statements". These statements may be taking more time than the I/O, so don't rule them out. For example, could a simple "index" replace some of the regex tests. Also look at the order of the tests, sometimes just reordering the sequence of tests will improve performance.

Good Luck

"Well done is better than well said." - Benjamin Franklin