Re: PostgreSQL JDBC - Number of connections

From: Lars Nielsen Lind <moonie(at)worldonline(dot)dk>
To: Toby <toby(at)paperjet(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL JDBC - Number of connections
Date: 2002-09-28 21:15:11
Message-ID: 3D961BDF.3060505@worldonline.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)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
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-09-29 05:26:07 Re: JDBC for 7.2.x
Previous Message Tom Lane 2002-09-28 20:17:35 Re: PostgreSQL JDBC - Number of connections