[Users] LCR load_contacts and load_gw

Juha Heinanen jh at tutpro.com
Fri Aug 11 20:12:10 CEST 2006


Helge Waastad writes:

 > Aha,
 > so you mean that this kind of matching is different from the ones used
 > in core?

for performance reasons rexexps should be pre-compiled to shared memory,
but that cannot be done, because regexp library allocates its own
dynamic memory.  so one needs to do compilation on the fly
which complicates implementation a lot.

-- juha




More information about the Users mailing list