Re: Can postgresql accept mutliple connections in the same instance?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dru <andru(at)treshna(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Can postgresql accept mutliple connections in the same instance?
Date: 2004-11-19 04:04:10
Message-ID: 23084.1100837050@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dru <andru(at)treshna(dot)com> writes:
> I am running of postgresql database servers with generally 30-50 users
> at a time per server. I have noticed one thing for web based databases
> that they fail to initialse a pg_connection connection every now and
> again and return no error message at all.

That's fairly hard to believe. I don't know of any failure paths that
won't log some traceable result *somewhere* --- if nothing gets returned
to the client, try looking in syslog or stderr output (you're not
sending postmaster stderr to /dev/null I hope), or at worst look for a
core dump file.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-11-19 04:11:14 Re: [Plperlng-devel] Re: Concern about new PL/Perl
Previous Message Josh Berkus 2004-11-19 03:55:19 Re: [Plperlng-devel] Re: Concern about new PL/Perl