The biggest problem I found with the ODBC driver for Squeak is that it uses FFI and it locks the complete VM during the function invocation. In ODBC, queries are synchronous, so, if you have a website with multipleusers, and someone sends a query, it is likely the complete vm will be locked until it finishes.<br>

<br>You can see what I am talking about in my slides:  <a href="http://www.slideshare.net/esug/squeak-dbx">http://www.slideshare.net/esug/squeak-dbx</a><br><br>There I compare both drivers. I am not an ODBC expert, so if someone think that that&#39;s incorrect, please let me know.<br>
<br>Cheers<br><br>Mariano <br><br>
<div class="gmail_quote">2010/1/12 Miguel Enrique Cobá Martinez <span dir="ltr">&lt;<a href="mailto:miguel.coba@gmail.com" target="_blank">miguel.coba@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

El mar, 12-01-2010 a las 15:49 -0500, John Chludzinski escribió:<br>
<div>&gt; Took your all’s advice and switched to the ODBC driver.  Works well !<br>
&gt; Thanks.  ---John<br>
<br>
</div>Well, is your codebase but I would like to know why SqueakDBX isn&#39;t good<br>
enough for you. AFAICT SqueakDBX is being maintained currently. Haven&#39;t<br>
seen much about ODBC in this lists in the past 3 years.<br>
<br>
Anyway, if it fits to your project then that&#39;s is enough.<br>
<br>
Cheers<br>
<font color="#888888">--<br>
Miguel Cobá<br>
<a href="http://miguel.leugim.com.mx" target="_blank">http://miguel.leugim.com.mx</a><br>
<br>
<br>
</font></blockquote></div><br>