[ANN] Garage 0.2 - GarageGlorp - GarageConnectionPool
Hi all, little announcement here. Updated Glorp v1.11 ================ I updated/merged latest configurations of Glorp with latest changes fixing TimeStamps and similar. I have fully green test cases in Pharo 5. Latest version of the configuration is in Glorp's repository and copied to the corresponding MetaRepos. GarageGlorp v0.1 ============= A Garage extension to connect it to Glorp. All Glorp tests are green in Pharo3 and Pharo4. https://ci.inria.fr/dbxtalk/view/Garage-Glorp/ http://guillep.github.io/DBXTalk/glorp.html Garage 0.2 ======== Some patches on Garage 0.1 were required to make garage glorp work. - rows should be more polymorphic with arrays - added isResultSet telling if the result of a query has rows Garage Connection Pool v0.1 ====================== A connection pool package featuring - control of idle connections - control of maximum connections to create http://guillep.github.io/DBXTalk/garage/connection_pooling.html Cheers, Guille
Connection pools :-) â Thx! Phil
Ah, one thing with idle connections, it would be nice to have a keepalive statement (like issued every x seconds to keep the connection alive). Phil â
El lun., 18 de may. de 2015 a la(s) 1:08 p. m., phil@highoctane.be < phil@highoctane.be> escribió:
Ah, one thing with idle connections, it would be nice to have a keepalive statement (like issued every x seconds to keep the connection alive).
noted ^^
Phil â
guille Olivier worked on a pool system. FTL Faster Than Light Le 18/5/15 11:17, Guillermo Polito a écrit :
El lun., 18 de may. de 2015 a la(s) 1:08 p. m., phil@highoctane.be <mailto:phil@highoctane.be> <phil@highoctane.be <mailto:phil@highoctane.be>> escribió:
Ah, one thing with idle connections, it would be nice to have a keepalive statement (like issued every x seconds to keep the connection alive).
noted ^^
Phil â
Great work, thanks a lot !
On 18 May 2015, at 12:27, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi all,
little announcement here.
Updated Glorp v1.11 ================ I updated/merged latest configurations of Glorp with latest changes fixing TimeStamps and similar. I have fully green test cases in Pharo 5. Latest version of the configuration is in Glorp's repository and copied to the corresponding MetaRepos.
GarageGlorp v0.1 ============= A Garage extension to connect it to Glorp. All Glorp tests are green in Pharo3 and Pharo4.
https://ci.inria.fr/dbxtalk/view/Garage-Glorp/ http://guillep.github.io/DBXTalk/glorp.html
Garage 0.2 ======== Some patches on Garage 0.1 were required to make garage glorp work. - rows should be more polymorphic with arrays - added isResultSet telling if the result of a query has rows
Garage Connection Pool v0.1 ====================== A connection pool package featuring - control of idle connections - control of maximum connections to create
http://guillep.github.io/DBXTalk/garage/connection_pooling.html
Cheers, Guille
participants (4)
-
Guillermo Polito -
phil@highoctane.be -
stepharo -
Sven Van Caekenberghe