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 ?
Try pgpool.
Thanks.
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend