I read the postings from this entry. I'm wondering if there is a way to run multiple instances in different processes? Because when I understand it right, running all instances in the same configuration file will create a common master and several worker processes. If the master process dies then all instances die at the same time.
From my perspective it would be better to run them separately, so that each backend system gets its own master. Do you agree? How could I achieve that?
Thankyou.