On 9/7/07, Carlos Chavez <[EMAIL PROTECTED]> wrote: > I have several installations of Asterisk (several versions) where we > have our own web interface that uses Mysql and Realtime. When we do > modifications to Mysql we use a Manager connection in order to reload > the configuration (we use Realtime static for extensions) sometimes > Asterisk will crash. Not every time and not every X times we reload. > Sometimes it takes ten reloads and other just one before it crashes. I > use a simple function in php to do the reload:
Why don't you move to "real" realtime.. IMHO it doesn't take so much resources, as mysql is fast, especially if you have predictable queries for which you can create indexes.. It's almost as reading from memory. Regards, Atis -- Atis Lezdins, IT Responsible of BEST Riga, [EMAIL PROTECTED] ICQ: 142239285 Skype: atis.lezdins Cell Phone: +371 28806004 [Tele2, Latvia] Work phone: +1 800 7502835 [Toll free, USA] ?BEST? -> www.BEST.eu.org _______________________________________________ Sign up now for AstriCon 2007! September 25-28th. http://www.astricon.net/ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
