我在Lion上使用自制软件安装了PostgreSQL。它可以正常启动,但不会关闭。server does not shut down
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plistrm ~/Library/LaunchAgents/org.postgresql.postgres.plist
Postgres服务器配置为仅接受100个连接。任何超过100的数据都需要由PgPool进行池化。我好像不太明白。我只需要PgPool来对请求进行排队,而我当前的配置不能做到这一点。从我的JMeter测试中,当我试图获得超过100的连接时,postgres给我一个错误,说PSQL error:sorry, too many clients。child_life_time =120connections_life_tome = 120由于我只需要PgPool来对