On Thu, Jul 10, 2008 at 9:32 AM, Pinaki Poddar <[EMAIL PROTECTED]> wrote: > > Hi, > Are you using a connection pool? If you are concerned with physical > connection to the database being opened and closed repeatedly, then > configuring a connection pool will help. OpenJPA does not include any > out-of-the-box connection pool but configuring one with a common JDBC driver > is straightforward (see FAQ[1]).
I am not using any connection pooling currently. I will look into setting it up. Thanks for your help!
