Julien Chavanton
2009-May-05 13:52 UTC
[asterisk-users] "Asterisk cmd MYSQL" app_addon_sql_mysql / performance ?
I was looking for a (http socket module / mysql module) not using AGI(perl/php/shell) for asterisk in order to do intensive database / web server interactions as needed without performance to much overhead. Is there a real benefit in using : "Asterisk cmd MYSQL" app_addon_sql_mysql , I see it require perl DBD so it is not using Mysql C API, then there must be an instance of the perl interpreter for every query ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090505/93e4cd67/attachment.htm
Bruce Ferrell
2009-May-05 15:37 UTC
[asterisk-users] "Asterisk cmd MYSQL" app_addon_sql_mysql / performance ?
There is no perl instance used by MYSQL. It uses the mysql client library Julien Chavanton wrote:> I was looking for a (http socket module / mysql module) not using > AGI(perl/php/shell) for asterisk in order to do intensive database / web > server interactions as needed without performance to much overhead. > > Is there a real benefit in using : "Asterisk cmd MYSQL" > app_addon_sql_mysql , I see it require perl DBD so it is not using Mysql > C API, then there must be an instance of the perl interpreter for every > query ? > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > -- 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