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:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to