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

2018-07-03 Thread Daniel-Constantin Mierla
Closed #1535. -- 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#event-1713947352___ Kamailio (SER) - Development Mailing List

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

2018-07-03 Thread Daniel-Constantin Mierla
Closing this one -- as discussed during IRC devel meeting, a separate implementation should be done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2018-05-26 Thread Alfonso Pinto
I agree that another header file can be created, either leveraging the existing one for pkg or completely independent. I will catch up with you on IRC tomorrow or next week to see how to move forward. -- You are receiving this because you are subscribed to this thread. Reply to this email

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

2018-05-18 Thread Alfonso Pinto
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.

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

2018-05-18 Thread Henning Westerholt
Thank you for the contribution. Just one question so far - what was your motivation in adding this functionality, where do you need this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2018-05-17 Thread Alfonso Pinto
Added an allocator function to allocate the hash in shared memory. Added also locking stuff Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each