Re: Difference between child_life_time and connection_life_time in pgPool

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: Sumeet Shukla <sumeet(dot)k(dot)shukla(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>, Rahul Saha <rahul(dot)blooming(at)gmail(dot)com>
Subject: Re: Difference between child_life_time and connection_life_time in pgPool
Date: 2016-11-22 14:11:33
Message-ID: CACjxUsNsZgC9YovRbs+ftOL1vvmvDx8SRTCByLuXvbB9g2JY3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Nov 21, 2016 at 3:47 PM, Sumeet Shukla
<sumeet(dot)k(dot)shukla(at)gmail(dot)com> wrote:

> Can someone explain me the difference between child_life_time and
> connection_life_time parameters in pgpool-II version 3.3.10

"child_life_time" limits the duration of a connection from your
application code to pgpool.
"connection_life_time" limits the duration of a connection from pgpool
to the database.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Yves Lavoie, GaYLi 2016-11-22 18:19:16 Filter logging by table
Previous Message Glyn Astill 2016-11-22 09:42:58 Re: Difference between child_life_time and connection_life_time in pgPool