Module: sip-router
Branch: master
Commit: f92113d8e16d6e59c170dfa703d9db30980b6877
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f92113d…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Mar 17 13:24:42 2009 +0100
core: remove VQ_MALLOC memory manager
attached patch removes the VQ_MALLOC memory manager from the
sip-router core. As discussed some time ago, this memory manager
doesn't provide a realloc implementation, and is thus not really
usable for the modules, as some of them needs this. We removed
this in kamailio in the last year, so far nobody missed it.
Signed-off-by: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
---
mem/f_malloc.c | 2 +-
mem/f_malloc.h | 2 +-
mem/mem.c | 14 +--
mem/mem.h | 22 +--
mem/memtest.c | 21 +--
mem/q_malloc.c | 2 +-
mem/q_malloc.h | 2 +-
mem/shm_mem.c | 18 --
mem/shm_mem.h | 11 --
mem/vq_malloc.c | 477 -------------------------------------------------------
mem/vq_malloc.h | 154 ------------------
version.h | 8 +-
12 files changed, 18 insertions(+), 715 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=f92…
Hello list,
Does anybody have any idea or recommendation about integrating diameter
with SER?
As far as you know the available module is obsolete, i'm trying to
implement the module "CDP" available with OpenIMS:
http://www.openimscore.org/docs/ser_ims/CDP.html
Thank you
i have noticed that when i try to restart sr, quite often three of the
processes won't die immediately. top show that two of them spend quite
a lot cpu time.
they go away after a minute or two.
any idea why this happens and how to make sr all sr processes to die
reliably?
-- juha