The log_connections helped. I was able
to diagnose the problem. The connections
are getting closed but my setup is actually generating
too many connections.
Thanks for helping with this.
-sandeep
On Tue, May 16, 2017 at 6:53 PM, Tom Lane wrote:
> Sandeep Gupta writes:
>> I have set max_connect
Sandeep Gupta writes:
> I have set max_connection = 40.
> The usage is somewhat not typical. It is basically
> experiment runs that connect to the database
> and dump results there.
> The experiments connect through JDBC and
> they close the connection when they are done.
> I can verify that no
I have set max_connection = 40.
The usage is somewhat not typical. It is basically
experiment runs that connect to the database
and dump results there.
The experiments connect through JDBC and
they close the connection when they are done.
I can verify that no more than 20 clients/experiments
are
fixed
On Wed, 12 Jul 2000, root wrote:
> Ooops sorry.
> Now all options on this machine are now set properly.
>
> My email address is NOT [EMAIL PROTECTED] . It is [EMAIL PROTECTED]
> -
>
> Andreas Maus.
> --
> @-@
> | email: [EMAIL PROTE
Ooops sorry.
Now all options on this machine are now set properly.
My email address is NOT [EMAIL PROTECTED] . It is [EMAIL PROTECTED]
-
Andreas Maus.
--
@-@
| email: [EMAIL PROTECTED] |
| http://www.bigfoot.com/~andreas_maus/ |
@---
Well, my problem isn't with the JDBC driver. I still haven't learnt to
use it. I'm doing now. The initial exception, when i was trying to
connect in such a way:
String url = "jdbc:postgresql:BDPrueba";
Connection con = DriverManager.getConnection(url,"","");
was: