Hi everybody, I forgot to mention that the application is running in a web container, namely Tomcat 5.5. Does that matter? I've modified the helloJPA example shipped with 1.0.1 to insert 10000 records in the same way in my test, it works fine and the performance is good. But when I use same entity class in a web application, the performance drops dramatically. I wonder what's the difference between two environments? Is that because the transaction is managed by the container?
2008/1/21, kuuldor <[EMAIL PROTECTED]>: > Hi everybody, > I'm trying to use OpenJPA in my new project, but when I do some > experiments I encounter a very low performance in inserting records > into database. >
