| Author |
Any experiance with PostgreSQL and SQLRelay
|
|
| Marek Lewczuk 2005-05-09, 7:23 am |
| 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
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Christopher Kings-Lynne 2005-05-10, 3:24 am |
| > 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.
Chris
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
| |
| Joshua D. Drake 2005-05-10, 3:24 am |
| Christopher Kings-Lynne wrote:
>
>
> Try pgpool.
>
I second this.
Sincerely,
Joshua D. Drake
Command Prompt, Inc.
> Chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
|
|
|
|