30 Oct
2001
30 Oct
'01
6:46 p.m.
--On Tuesday, October 09, 2001 11:32 AM +0200 Balazs Scheidler <bazsi@balabit.hu> wrote:
syslog-ng is using a the regexp lib in libc.
If it's using the POSIX interfaces, I recommend linking it against the PCRE (Perl Compatible Regular Expression) library. In my tests, it's the fastest, and supports the perl RE syntax (with one or two very obscure exceptions). If it's not using the POSIX interfaces, porting code from the old regexp APIs to the new POSIX API is trivial. -- Carson