Thanks Panu. This is awesome. We will integrate your info in our website!!<div><br></div><div>:)</div><div><br></div><div>mariano<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Panu Suominen</b> <span dir="ltr">&lt;<a href="mailto:panu.j.m.suominen@gmail.com">panu.j.m.suominen@gmail.com</a>&gt;</span><br>
Date: Mon, Mar 7, 2011 at 8:28 AM<br>Subject: [SqueakDBX] Simple object pool 0.1.1 &quot;released&quot;.<br>To: The complete and open-source solution to relational database access &lt;<a href="mailto:squeakdbx@lists.squeakfoundation.org">squeakdbx@lists.squeakfoundation.org</a>&gt;<br>
<br><br>Long time ago I mailed that I have started to build new pooling<br>
solution for objects because I could not find existing one with tests.<br>
Then I promised to improve documentation. It has taken quite long time<br>
but now I have created minimal documentation<br>
that should enable people to try my implementation. Currenlty it is<br>
nothing spectacular.<br>
<br>
Project can be found at <a href="http://www.squeaksource.com/ObjectPool.html" target="_blank">http://www.squeaksource.com/ObjectPool.html</a><br>
the wiki there should get you started.<br>
<br>
If one has loaded GlorpDBX one could start using pool with following<br>
code to start pooling SqueakDBX connections:<br>
<br>
Gofer new squeaksource:&#39;ObjectPool&#39;;<br>
package:&#39;ConfigurationOfObjectPool&#39;;<br>
load.<br>
<br>
((Smalltalk at: #ConfigurationOfObjectPool) project version:&#39;0.1.1&#39;)<br>
load:#(&#39;default&#39; &#39;dbx&#39;).<br>
SqueakDatabaseAccessor DefaultDriver: OPSqueakDBXDriver.<br>
<br>
Currently OPSqueakDBXDriver does not restrict the amount of active or<br>
pooled connections.<br>
I will improve that soon. One can load basic pooling implementation<br>
without DBX-related stuff<br>
by just executing:<br>
((Smalltalk at: #ConfigurationOfObjectPool) project version:&#39;0.1.1&#39;) load.<br>
<font color="#888888"><br>
--<br>
Panu<br>
_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
</font></div><br></div>