Connecting performance

Started by 马庆over 19 years ago2 messagesgeneral
Jump to latest
#1马庆
ma.qing@staples.sh.cn

Dear :

These days, I come across a problem that I can’t solve i , so I ask U for help.

Problem Description:

I use RedHat AS 4 + PostgreSQL 8.1 as our server. As long as the server program starts, it’ll immediately open 10~20 connects to the DB to handle the request.

But my college ask me “Do you know Oracle, it has connect pool to queue the request, so you needn’t open so much connects. Does PostgreSQL has such function?”

Does anybody know something about it? Please tell me.

Thanks

MARK

#2mike g
mike@thegodshalls.com
In reply to: 马庆 (#1)
Re: Connecting performance

Sounds like pgpool. http://pgpool.projects.postgresql.org/

Show quoted text

On Thu, 2006-12-21 at 12:01 +0800, 马庆 wrote:

Dear :

These days, I come across a problem that I can’t solve i , so
I ask U for help.

Problem Description:

I use RedHat AS 4 + PostgreSQL 8.1 as our server.
As long as the server program starts, it’ll immediately open 10~20
connects to the DB to handle the request.

But my college ask me “Do you know Oracle, it has
connect pool to queue the request, so you needn’t open so much
connects. Does PostgreSQL has such function?”

Does anybody know something about it? Please tell me.

Thanks

MARK