Does anything have to be done at compile time in order for Asterisk to take advantage of 2 CPU's? Thanks
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 11 August 2004 11:03 am, Matt Schulte wrote:> Does anything have to be done at compile time in order for Asterisk to > take advantage of 2 CPU's?Nope.> Thanks > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users- -- Steve "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." Benjamin Franklin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBGqv9ljK16xgETzkRAi1qAJ0aIFLgParphvMz+9CG6sn6WFvNeACcCxym CurQ0plrYcoGb4/D+MPwzMY=H7Ro -----END PGP SIGNATURE-----
Hi, I have a machine that does SMP (Symmetric Multi-Processing) and I was wondering if it would be a problem if I used a kernel that used SMP with Asterisk? Would it crash? Thanks - -- -- Heritage Communications Corporation Melbourne, FL USA 32935 http://www.hcc.net
On Friday 15 October 2004 12:20, Brian Wilkins wrote:> I have a machine that does SMP (Symmetric Multi-Processing) and I was > wondering if it would be a problem if I used a kernel that used SMP with > Asterisk? Would it crash? Thanks -I am running Asterisk on a single Xeon 2.6 with HT turned on and no issues aside from acpid taking up 100% CPU time (consistent 1.0 loadavg) -- Asterisk is working perfectly fine and has been for four months. -A.
No problem, works great. We have 7 Asterisk servers running SMP, both AMD and Intel and they work great. MATT--- -----Original Message----- From: Brian Wilkins [mailto:brian@hcc.net] Sent: Friday, October 15, 2004 12:20 PM To: Asterisk-users Subject: [Asterisk-Users] Asterisk and SMP Hi, I have a machine that does SMP (Symmetric Multi-Processing) and I was wondering if it would be a problem if I used a kernel that used SMP with Asterisk? Would it crash? Thanks - -- -- Heritage Communications Corporation Melbourne, FL USA 32935 http://www.hcc.net _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
--On Friday, October 15, 2004 16:20 +0000 Brian Wilkins <brian@hcc.net> wrote:> Hi, > I have a machine that does SMP (Symmetric Multi-Processing) and I was > wondering if it would be a problem if I used a kernel that used SMP with > Asterisk? Would it crash? Thanks -Asterisk can and does take advantage of SMP, in Linux, to applications, SMP and UP kernels/boxes look identical. Kernel level stuff is different (like for the Zaptel kernel modules) but all the asterisk stuff (including zaptel) is safe. Asterisk is a fully multi-threaded app so if your machine is worked hard enough to actually need the other processors it will certainly take advantage of it.