[svn-commits] snuffy: trunk r209959 - /trunk/doc/tex/realtime.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Aug 1 18:33:35 CDT 2009


Author: snuffy
Date: Sat Aug  1 18:33:31 2009
New Revision: 209959

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=209959
Log:
Update documentation in relation to UnixODBC

(closes issue #15516)
Reported by: snuffy
Patches: 
      bug_odbc_tex_update_v2.diff uploaded by snuffy (license 35)

Modified:
    trunk/doc/tex/realtime.tex

Modified: trunk/doc/tex/realtime.tex
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/doc/tex/realtime.tex?view=diff&rev=209959&r1=209958&r2=209959
==============================================================================
--- trunk/doc/tex/realtime.tex (original)
+++ trunk/doc/tex/realtime.tex Sat Aug  1 18:33:31 2009
@@ -22,7 +22,7 @@
   \item ODBC: Support for UnixODBC, integrated into Asterisk
         The UnixODBC subsystem supports many different databases,
         please check \url{www.unixodbc.org} for more information.
-  \item MySQL: Found in the asterisk-addons subversion repository on \url{svn.digium.com}
+  \item MySQL: Native support for MySQL, integrated into Asterisk
   \item PostgreSQL: Native support for Postgres, integrated into Asterisk
 \end{itemize}
 
@@ -139,3 +139,12 @@
 connection pooling on in res\_odbc.conf.  This is due to a limitation within
 the FreeTDS protocol itself.  Please note that this includes databases such
 as MS SQL Server and Sybase.  This support is new in the current release.
+
+You may notice a performance issue under high load using UnixODBC. The UnixODBC
+driver supports threading but you must specifically enable threading within the
+UnixODBC configuration file like below for each engine:
+
+	Threading = 2
+
+This will enable the driver to service many requests at a time, rather than
+serially.




More information about the svn-commits mailing list