<p>Hei all,</p>
<p>i have searched all over the web, but did not find the answer.</p>
<p>Just found a beginning of answer to my question on stack overflow.</p>
<p> </p>
<p>I was wondering if there is any possibility to run multiple instance of pgpool</p>
<p>on the same server.</p>
<p> </p>
<p>lets says i have the following : </p>
<p> </p>
<p>Postgresql  : </p>
<p>- PGserver1 : </p>
<p><span style="white-space: pre;"> </span>running postgresql on port 65432</p>
<p><span style="white-space: pre;"> </span>running postgresql on port 65433</p>
<p> </p>
<p>- PGserver2</p>
<p><span style="white-space: pre;"> </span>replication from PGServer1 port 65432</p>
<p><span style="white-space: pre;"> </span>replication from PGServer1 port 65433</p>
<p> </p>
<p>So basicaly, two postgresSql cluster running on PGServer1 on two different ports, </p>
<p>and each of them is replicated (streaming replication) on PGServer2</p>
<p> </p>
<p>On two other separate servers, i would like to have one pgpool instance managing the postgresql cluster running on port 65432</p>
<p>And an other instance of pgpool managing the postgresql cluster running on port 65433, on two differents VIP.</p>
<p> </p>
<p>On stack overflow, they says that there is no reason why this could not work, but i would like a confirmation,</p>
<p>and this is the only place where i found the beginning of an answer to this question.</p>
<p> </p>
<p>Thanks for your help and best reagrds</p>
<p>Max</p>