On Friday 02 November 2007 08:46:03 Tony Plack wrote:
> <html><head><meta name="Generator" content="PSI HTML/CSS Generator"/>
> <style type="text/css"><!--
> body{font-family:'Tahoma';font-size:10pt;font-color:'#000000';}
> LI{display:list-item;margin:0.00in;}
> p{display:block;margin:0.00in;}
> body{}
> --></style>
> </head><BODY BGCOLOR="#CED1E1" ><div><SPAN
> style="font-family:'Tahoma';font-size:10pt;">I am currently using MySQL for
> * real time and using the res_odbc to connect just fine.</SPAN></div>
> <div> </div>
> <div><SPAN style="font-family:'Tahoma';font-size:10pt;">Is there any
> performance or other gains to be had by using the res_mysql from the addon
> package instead?</SPAN></div> </body></html>No, it's not even the same functionality. res_mysql.conf is the configuration file for res_config_mysql.so, which is a realtime package. res_odbc.so is a pooling system for ODBC connections. The ODBC analogue to res_config_mysql.so is res_config_odbc.so. -- Tilghman _______________________________________________ --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
