Re: JDBC Driver - Mailing list pgsql-jdbc

From Tamás Barta
Subject Re: JDBC Driver
Date
Msg-id 883969830606290034x6fb6b576xc18ec8426b069575@mail.gmail.com
Whole thread Raw
In response to Re: JDBC Driver  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hi!

I'm afraid I can't help you about the problem.
Our web application is very large with more than 100000 user.
During the test phase we couldn't make the Jboss to run
out of memory.

Sorry, Tamas

Hi Tamas,

You'll have to give us more of a clue than that. Can you replicate
this error ? Do you know what it is doing when this happens ?

Dave
On 28-Jun-06, at 6:01 AM, Tamás Barta wrote:

> Hi!
>
> Last week we tried to use the 8.1-407 JDBC 2EE driver with
> PostgreSQL 8.1.4 on Debian. We use data sources in JBoss.
> The web application always run out of memory with this driver. Then
> whe changed back to driver 7.4 and everything is OK
> now. I think there must be a memory leak somewhere in the newest
> driver because we don't handle the driver directly, but JBoss does.
>
> Tamas
>


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Possible to say: [setObject("123")] to insert into int
Next
From: Kris Jurka
Date:
Subject: Re: Custom type woes