Обсуждение: RE: JDBC Performance

Поиск
Список
Период
Сортировка

RE: JDBC Performance

От
"Keith L. Musser"
Дата:
The performance of my client Java app using JDBC to access PGSL is very
finicky.  Sometimes it's fast, and sometimes it's slow, depending on how
much memory I'm allocating in my program.

This appears to be an issue with the JVM I'm using on Linux.
Performance is very consistent using HotSpot JDK1.3 on Windows NT.

What is the best JVM to use on Linux?  Does anybody have experience
using the new HotSpot for Linux?

Keith L. Musser
Integrated Dynamics, Inc.
812-371-7777
email:  kmusser@idisys.com



Re: RE: JDBC Performance

От
Gunnar R|nning
Дата:
"Keith L. Musser" <kmusser@idisys.com> writes:

> Performance is very consistent using HotSpot JDK1.3 on Windows NT.
>
> What is the best JVM to use on Linux?  Does anybody have experience
> using the new HotSpot for Linux?

Can you stay with 1.1 ? If so go for IBM 1.1.8. It very fast and stable.

The latest releases of IBM JDK 1.3 and SUN JDK 1.3 is not stable enough to
run my web application. Experinced crashes or deadlocks with both of them.
So, I'm using Sun JDK 1.2.2_006 with borland jit and native threads as this
is fastest and most stable environment for my application.

regards,

    Gunnar