Re: PostgreSQL JDBC - Number of connections

Поиск
Список
Период
Сортировка
От Lars Nielsen Lind
Тема Re: PostgreSQL JDBC - Number of connections
Дата
Msg-id 3D961BDF.3060505@worldonline.dk
обсуждение исходный текст
Ответ на Re: PostgreSQL JDBC - Number of connections  (Toby <toby@paperjet.com>)
Ответы Re: PostgreSQL JDBC - Number of connections
Список pgsql-jdbc
Yes - but it seems to be possible with only -N 1024 as max_connections?

Best regards,

Lars Nielsen Lind


Toby wrote:

> in data/postgresql.conf there are settings for "max_connections" and
> "shared_buffers" where the shared_buffers value should be double the
> max_connections value. These can also be passed to the postmaster
> command by specifying -B <shared_buffers> and -N <max_connections>
>
> in fact, here's a link to the appropriate documentation page where the
> switches are listed, all at no extra charge.
>
>         http://www.postgresql.org/idocs/index.php?app-postmaster.html
>
> toby
>
> At 09:41 28/09/2002 +0000, Lars Nielsen Lind wrote:
>
>> Hi.
>>
>> I use:
>>
>> /use/bin/postmaster -N 1024 -B 2048 -i -D /........databaseserver
>>
>> How do I raise the number of connections to the databaseserver?
>>
>> I use PSQL with Apache/Jakarta-Tomcat/mod_webapp/jdk1.4.1.
>>
>> Best regards
>>
>> Lars Nielsen Lind
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 3: if posting/reading through Usenet, please send an appropriate
>> subscribe-nomail command to majordomo@postgresql.org so that your
>> message can get through to the mailing list cleanly
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>



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

Предыдущее
От: "Peter Kovacs"
Дата:
Сообщение: Re: [GENERAL] Prepared statement performance...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL JDBC - Number of connections