[sr-dev] [kamailio/kamailio] str_hash: Option to allocate hash in shm (#1535)

Alfonso Pinto notifications at github.com
Fri May 18 10:09:06 CEST 2018


hi @henningw, I'm developing a module that requires to have a hash in memory to keep some user information it retrieves from another system via diameter.
The use case is similar to tsilo or domain modules, the information needs to be available for all processes and accesible through a key.
However, if you look at those modules (and I think there were others that I can't remember now) they all implement their own structures to handle the hash table, the collision slots, the entries, the linked lists, the accessor functions,... when it's not needed as kamailio already has a library that contains all of that. The only missing part is that until now it only worked in private memory

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1535#issuecomment-390129867
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180518/89b70f2d/attachment.html>


More information about the sr-dev mailing list