slow « Connection « JPA Q&A





1. Just *referencing* a connection is slow?    forum.hibernate.org

Hi, I'm having serious performance issues with my collections - and the only part of it I care about now is read access. Here's what happens. I have a persistent class that contains a tree of also persistent entries. Mapping is this: Poll: ... ... Poll has the following ...

2. First connection very slow    forum.hibernate.org

Hi all! I'm working with hibernate 2.1.4, tomcat 5.0.19 and Oracle 9.2 in a Linux environment. The application server and the DB are in different machines. I'm using DBCP connection pool. The first time someone access to the web it is very, very, very slow, but the next times that person or another one access the web everything is Ok. If ...