Re: Pooling with npgsql does not seem to work

From: Raul Kaubi <raulkaubi(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Pooling with npgsql does not seem to work
Date: 2020-10-14 15:49:28
Message-ID: 649376A7-1DC0-4C7D-81B6-9C166DF4DC15@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Actually, I tried both settings
MinPoolSize
Minimum Pool Size

Same for max.
Seems like both are supported. In addition to that, when I deliberately made typo there, the application just won’t start at all.

So seems like these both are fine, since application does indeed start with these, just I do not see theses 17 processes anywhere..

Raul

Sent from my iPhone

> On 14. Oct 2020, at 18:38, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>
> 
>> On Wed, Oct 14, 2020 at 8:31 AM Raul Kaubi <raulkaubi(at)gmail(dot)com> wrote:
>> MinPoolSize=17;Maximum Pool Size=40
>
> It seems odd that one of those is spelled out fully while the other is not - and indeed the documentation says it's "minimum", not "min" (and supposedly has spaces like "Maximum Pool Size"...)
>
> David J.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Atul Kumar 2020-10-14 17:06:28 pgbouncer installation example (Step by step)
Previous Message David G. Johnston 2020-10-14 15:38:24 Re: Pooling with npgsql does not seem to work