in reply to Efficient Way to Parse a Large Log File with a Large Regex
If you can 'capture' the writing to the log-file and pipe it to a perl-program to extract the IP's and check it against the database that seems feasible.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Efficient Way to Parse a Large Log File with a Large Regex
by Steve_p (Priest) on Apr 12, 2005 at 21:39 UTC | |
|
Re^2: Efficient Way to Parse a Large Log File with a Large Regex
by tlm (Prior) on Apr 13, 2005 at 01:06 UTC |