Can anyone help setting up pgbouncer?

Поиск
Список
Период
Сортировка
От Nick
Тема Can anyone help setting up pgbouncer?
Дата
Msg-id 07795964-f87c-40b0-9648-f9f907114614@u25g2000prh.googlegroups.com
обсуждение исходный текст
Ответы Re: Can anyone help setting up pgbouncer?  (Richard Huxton <dev@archonet.com>)
Re: Can anyone help setting up pgbouncer?  (Sam Jas <samjas33@yahoo.com>)
Список pgsql-general
Im trying to set up pgbouncer. Installation seemed to go well but when
I try...

$ pgbouncer -d pgbouncer.ini

I get an error...

2009-11-13 02:02:35.170 7245 ERROR broken auth file
2009-11-13 02:02:35.170 7245 LOG File descriptor limit: 1024 (H:1024),
max_client_conn: 100, max fds possible: 110

Here is my pgbouncer.ini file...

databases]
pgbouncer1 = host=127.0.0.1 port=5432 dbname=pgbouncer1
[pgbouncer]
listen_port = 6543
listen_addr = 127.0.0.1
auth_type = md5
auth_file = users.txt
logfile = pgbouncer.log
pidfile = pgbouncer.pid
admin_users = pguser1

В списке pgsql-general по дате отправления:

Предыдущее
От: "Valtonen, Hannu"
Дата:
Сообщение: Re: pgmemcache vs pgmemcached
Следующее
От: weixiang tam
Дата:
Сообщение: Customize the install directory of the postgres DB