Hi,

I am adding a kamailio module that references an external C library that maintains a hashtable in global scope. I am wondering what practice I should follow so that:
- This hashtable (which I don't control directly) is shared by all child processes
- The hashtable is changed by one child process at a time

Thanks in advance