Not with Postgres, but i'm using it with PHP/Oracle (easier to install
sqlrelay than oracle lient :) )
Anyway, it works ok and judging on comments on sqlrelay list, lots of
people find it good solution for connection pooling.
When I get some spare time, i'll probably rewrite postgres applications
Hi,
I need a db connection pooling in PHP. As far I know persistent
connections are not the best solution so I'm thinking about using
SQLRelay. Does anyone have any experience using PostgreSQL + PHP +
SQLRelay ? Maybe you know other "connection pooling" solutions for PHP ?
Thanks in advance.
ML