2010/6/14 Daniel-Constantin Mierla miconda@gmail.com:
just in case it was not know by you, pcre library can be used to store compiled regexp in shared memory (like in dialplan module).
Just to confirm what Daniel says, when I coded 'regex' module first I tryed to use regex library, but it just didn't work in shared memory (I don't remember the details but got also confirmation from other people). Using pcre library did the job.