in reply to Re^2: Logfile parsing across redundant files
in thread Logfile parsing across redundant files

BrowserUk:

Good catch! I guess we'd have to add some code to cache the first line as well. If the first line is the same, do the same thing as above. If not, then cache the first line and take the whole file.

--roboticus

  • Comment on Re^3: Logfile parsing across redundant files