Has anyone used a connection pool with glorp and postgres native driver?
Because I need this and I have some ideas. There are many way to implement this (integrating Glorp and the native driver for this) that I would like to see if someone already did something. So...anyone? Thanks, -- Mariano http://marianopeck.wordpress.com
On Tue, Jul 9, 2013 at 10:04 AM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
Because I need this and I have some ideas. There are many way to implement this (integrating Glorp and the native driver for this) that I would like to see if someone already did something.
Maybe I was not clear. What I ment with many ways of implementing this is because I have seen the pool at different levels: VWPoolingDatabaseAccessor -> Glorp's DatabaseAccessor level GlorpOpenDBXDriverPoolingDriver -> Glorp's PharoDatabaseAccessor DatabaseDriver level XXX custom pool that stores/retrieves GlorpSession -> at application level So...anyone?
Thanks,
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
participants (1)
-
Mariano Martinez Peck