<div class="gmail_quote">On Tue, Dec 14, 2010 at 9:40 AM, Alan Lord (News) <span dir="ltr">&lt;<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
One of the first things I noticed is that their db config specifies type<br>
mysqlt which is the adodb driver to support transactions. I&#39;ve not yet<br>
looked at their custom code much but am assuming this is required by<br>
their mods.<br>
<br>
Anyone fancy commenting on the implications of this using driver on the<br>
standard vtiger code? I&#39;m curious more than anything if this is likely<br>
to have any (positive or negative) impacts...<br><br></blockquote><div><br></div><div>If you grep the 5.0.4 codebase for &#39;new PearDatabase&#39;, you&#39;ll see that vtiger creates more database connections than just the global $adb.  Since transactions are isolated to their connection, any work that spans multiple modules... though it would be simple enough to modify the modules to use the global $adb.</div>
<div><br></div></div>