Re: JDBC HighLoad

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Stéphane RIFF <stephane(dot)riff(at)cerene(dot)fr>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC HighLoad
Date: 2005-01-26 10:47:23
Message-ID: 41F7753B.7060407@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Stéphane RIFF wrote:

> It seems that jdbc wait before
> inserting/updating the db because
> they are to much requests.

There is no code in the JDBC driver that deliberately does this.

Perhaps you are seeing pauses due to GC?

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-01-26 18:59:18 Re: JDBC HighLoad
Previous Message Stéphane RIFF 2005-01-26 08:17:10 JDBC HighLoad