On Sun, 2008-08-17 at 22:55 -0400, John Buswell wrote: > > > I've seen several references now for folks not to use VM in > production, as its only safe for testing, so I guess that holds true > for Xen also?
The issue with any VM is whether or not the applications that handle media will have sufficiently stable timing. Sending (and to a lesser extent receiving) RTP streams requires that you be able to process packets at very regular intervals (if I recall, our default is 20ms). Audio quality degrades fairly quickly if the VM context switching gets in the way of that. So... the critical thing to test is whether or not your media quality for applications that need it (ACD, Voicemail, music-on-hold) is acceptable when multiple VMs are doing it at the same time. Your mileage may vary. -- Scott Lawrence tel:+1.781.229.0533;ext=162 or sip:[EMAIL PROTECTED] sipXecs project coordinator - SIPfoundry http://www.sipfoundry.org/sipXecs CTO, Voice Solutions - Bluesocket Inc. http://www.bluesocket.com/ http://www.pingtel.com/ _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
