Fwd: [SqueakDBX] Simple object pool 0.1.1 "released".

Mariano Martinez Peck marianopeck at gmail.com
Mon Mar 7 18:46:35 UTC 2011


Thanks Panu. This is awesome. We will integrate your info in our website!!

:)

mariano

---------- Forwarded message ----------
From: Panu Suominen <panu.j.m.suominen at gmail.com>
Date: Mon, Mar 7, 2011 at 8:28 AM
Subject: [SqueakDBX] Simple object pool 0.1.1 "released".
To: The complete and open-source solution to relational database access <
squeakdbx at lists.squeakfoundation.org>


Long time ago I mailed that I have started to build new pooling
solution for objects because I could not find existing one with tests.
Then I promised to improve documentation. It has taken quite long time
but now I have created minimal documentation
that should enable people to try my implementation. Currenlty it is
nothing spectacular.

Project can be found at http://www.squeaksource.com/ObjectPool.html
the wiki there should get you started.

If one has loaded GlorpDBX one could start using pool with following
code to start pooling SqueakDBX connections:

Gofer new squeaksource:'ObjectPool';
package:'ConfigurationOfObjectPool';
load.

((Smalltalk at: #ConfigurationOfObjectPool) project version:'0.1.1')
load:#('default' 'dbx').
SqueakDatabaseAccessor DefaultDriver: OPSqueakDBXDriver.

Currently OPSqueakDBXDriver does not restrict the amount of active or
pooled connections.
I will improve that soon. One can load basic pooling implementation
without DBX-related stuff
by just executing:
((Smalltalk at: #ConfigurationOfObjectPool) project version:'0.1.1') load.

--
Panu
_______________________________________________
SqueakDBX mailing list
SqueakDBX at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeakdbx/attachments/20110307/a6ce593c/attachment.htm


More information about the SqueakDBX mailing list