[asterisk-users] Asterisk Codec Translation Table

Tzafrir Cohen tzafrir.cohen at xorcom.com
Fri May 4 06:32:25 MST 2007


On Fri, May 04, 2007 at 01:07:37AM -0600, Al wrote:

> Here is the fun part, box1 is faster in converting ulaw to gsm!
> Is this table accurate?

Yes. The task of transcoding a single call is done by a single thread
and hence a single CPU.

> Does it mean asterisk is not handeling multiple cpus very good?
> both boxes running asterisk 1.4.4

If you're only going to have one concurrent transcoding, this will
indeed be the case. But in that case a nice little PII will also do :-)

When you have multiple calls, each call (or actually: each channel, but
that doesn't really matter here) will be handled by a different thread.
And threads can be schuled to different CPUs concurrently.


-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the asterisk-users mailing list