Chris Modesitt wrote: > I am currently reprogramming the msyql database to only store 30 days > worth of information and archive the rest. This will get rid of the > majority of our symptoms however the underlying problem is that the > mysql/php/httpd daemons can saturate the CPU and starve asterisk. So my > question is this, is “nice” aka CPU scheduling going to be a solution > that I will want to use or should I use CPU affinity and tie the > processes to a specific processor? Or would I be wiser to move the > mysql database and web server to another box?
Both should work. -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
