Hi, > And we have come up with our Custom persistence manager that > implements connection pooling.
One way to improve performance is to use a bundle persistence manager. Does your persistence manager extend BundleDbPersistenceManager? If not, you should probably do that. Why do you need connection pooling by the way? Regards, Thomas
