JDBC HighLoad - Mailing list pgsql-jdbc

From Stéphane RIFF
Subject JDBC HighLoad
Date
Msg-id 41F75206.2030603@cerene.fr
Whole thread Raw
Responses Re: JDBC HighLoad  (Oliver Jowett <oliver@opencloud.com>)
Re: JDBC HighLoad  (Kris Jurka <books@ejurka.com>)
Re: JDBC HighLoad  (Stéphane RIFF <stephane.riff@cerene.fr>)
List pgsql-jdbc
Hi i have a java aplication which connect to postgresql via jdbc.
This app make a lot of request per second.
The problem is that i get delayed records between the moment the
informations arrived via socket to java and
the moment it's recorded in the database. It seems that jdbc wait before
inserting/updating the db because
they are to much requests.
For testing i made a little app in c using libpq to see if problem
persist and there no delay.

So i'd like to know a way to speed up jdbc if possible ???


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 25/01/2005


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: setObject on PGInterval throws "Unknown Type null"
Next
From: Oliver Jowett
Date:
Subject: Re: JDBC HighLoad