On Tue, Jul 21, 2020 at 10:46 PM Vasu Madhineni <vasumdba1...@gmail.com>
wrote:

> Hi All,
>
> Planning to build standalone postgres and with pgpool as connection pooler
> in docker containers.
> Shall we try option like installing pgpool in one docker container and
> postgres in another docker container, is it possible?
>

As I know, the only way of communication between containers is through
socket.  But we are using pgpool to reduce the overhead in tcp/ip
communication.

Regards,
Seenu.

>

Reply via email to