Re: [SR-Users] Sharing static variables in external library across child proceses

2018-05-31 Thread Henning Westerholt
Am Mittwoch, 30. Mai 2018, 01:55:38 CEST schrieb User 721: > 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

[SR-Users] Sharing static variables in external library across child proceses

2018-05-29 Thread User 721
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 proce