[Asterisk-Dev] Profiling results: Asterisk processing
5000 concurrent IAX registrations
Kevin P. Fleming
kpfleming at digium.com
Mon Oct 31 07:12:05 MST 2005
steve at daviesfam.org wrote:
> In this example, looks like we'd probably score significantly by
> down/upshifting peer names or whatever and then using a standard
> str(n)cmp rather than strcasecmp.
There are actually many places in Asterisk where that sort of thing will
be beneficial, and I've done quite a bit of work in that area for
post-1.2 merging... the same is true in the dialplan, only there the
problem is even worse due to the multiple searches that happen for each
step.
More information about the asterisk-dev
mailing list