[Kamailio-Devel] [ openser-Feature Requests-1876649 ] carrierroute: faster init

SourceForge.net noreply at sourceforge.net
Mon Sep 8 16:58:21 CEST 2008


Feature Requests item #1876649, was opened at 2008-01-21 17:57
Message generated for change (Comment added) made by henningw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1876649&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
Assigned to: Nobody/Anonymous (nobody)
Summary: carrierroute: faster init

Initial Comment:
It would be nice to move the initialization of the cr tables (during startup) to a child process, so openser can start faster.
If I remember correctly, a similar approach was implemented a while ago for the usrloc module.


Regards,
Ovidiu Sas

----------------------------------------------------------------------

>Comment By: Henning Westerholt (henningw)
Date: 2008-09-08 14:58

Message:
Logged In: YES 
user_id=337916
Originator: NO

Hi Ovidiu,

good, please let me know the result. I'll investigate this approach in the
next days, i hope this should be not that much work. Perhaps its also
possible to partition the data loading (related to #1876664), but this will
need probably some bigger changes.

Best regards,

Henning

----------------------------------------------------------------------

Comment By: Ovidiu Sas (osas)
Date: 2008-09-08 14:11

Message:
Logged In: YES 
user_id=1395524
Originator: YES

Hello Henning,

I'm loading 1M+ cr routes and this is taking 60s in 1.3/1.4.  I will try
to run some tests to see the improvement in this particular case.
Using a separate child process for loading the routes seems to be the
right thing to do here.

Regards,
Ovidiu Sas

----------------------------------------------------------------------

Comment By: Henning Westerholt (henningw)
Date: 2008-09-08 12:21

Message:
Logged In: YES 
user_id=337916
Originator: NO

Hi Ovidiu,

i did today some tests with 200K routes. I could reproduce the slow
initialization that you (and others) reported. On my machine (not really
high end, local mysql, some other load) the module needs around 19 seconds
to start.

One thing that helps in this regards are the F_MALLOC improvements i
commited in revision 4813. With this changes applied the load time drops to
ca. 1/4, around 4-5 seconds. So it seems that the problem is not in the
module code, but in the memory manager startup behaviour.

With even bigger rule sets the improvements is probably not that big, but
perhaps you can give it a try.

Henning

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1876649&group_id=139143



More information about the Devel mailing list