I am new to Asterisk and I am investigating setting up a very large Asterisk server farm. I have found a lot of good information on this topic on the Wiki pages. I am drinking from the fire hose and I thought that I read somewhere on Wiki a caution about a potential problem with running Asterisk on an SMP system. I cannot find that info now and most of the reading seems to indicate that SMP stability is good. Does anyone know of the warning I read? Thank you. Jonathan Augenstine jaugenstine@stoneeyes.com
Jonathan Augenstine a ?crit :> I am new to Asterisk and I am investigating setting up a very large > Asterisk server farm. I have found a lot of good information on this > topic on the Wiki pages. I am drinking from the fire hose and I > thought that I read somewhere on Wiki a caution about a potential > problem with running Asterisk on an SMP system. I cannot find that > info now and most of the reading seems to indicate that SMP stability > is good. Does anyone know of the warning I read?[dh@dual proc]$ cat cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 6 model name : Celeron (Mendocino) stepping : 5 cpu MHz : 400.918 cache size : 128 KB [...] processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 6 model name : Celeron (Mendocino) stepping : 5 cpu MHz : 400.918 cache size : 128 KB [...] Works fine for me -- Daniel
works fine for me too... [dcox@localhost ~]$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 9 cpu MHz : 2787.439 cache size : 512 KB [...] processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 9 cpu MHz : 2787.439 cache size : 512 KB [...] processor : 2 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 9 cpu MHz : 2787.439 cache size : 512 KB [...] processor : 3 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 9 cpu MHz : 2787.439 cache size : 512 KB [...] ----- Original Message ----- From: "administrator tootai" <admin@tootai.net> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Friday, September 24, 2004 5:12 PM Subject: Re: [Asterisk-Users] SMP support> Jonathan Augenstine a ?crit : > >> I am new to Asterisk and I am investigating setting up a very large >> Asterisk server farm. I have found a lot of good information on this >> topic on the Wiki pages. I am drinking from the fire hose and I thought >> that I read somewhere on Wiki a caution about a potential problem with >> running Asterisk on an SMP system. I cannot find that info now and most >> of the reading seems to indicate that SMP stability is good. Does anyone >> know of the warning I read? > > [dh@dual proc]$ cat cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 6 > model name : Celeron (Mendocino) > stepping : 5 > cpu MHz : 400.918 > cache size : 128 KB > [...] > > processor : 1 > vendor_id : GenuineIntel > cpu family : 6 > model : 6 > model name : Celeron (Mendocino) > stepping : 5 > cpu MHz : 400.918 > cache size : 128 KB > [...] > > Works fine for me > > -- > Daniel > _______________________________________________ > 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 >
64bit it :) [root@transcode1 root]# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 5 model name : AMD Opteron(tm) Processor 244 physical id : 0 siblings : 1 stepping : 8 cpu MHz : 1791.799 cache size : 1024 KB fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow bogomips : 3565.15 TLB size : 1088 4K pages clflush size : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts ttp processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 5 model name : AMD Opteron(tm) Processor 244 physical id : 0 siblings : 1 stepping : 8 cpu MHz : 1791.799 cache size : 1024 KB fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow bogomips : 3578.26 TLB size : 1088 4K pages clflush size : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts ttp -- Michael Bielicki