M
Matt Baker
Guest
David, Can you give me an idea about the usage patterns you have in your application? Are you recreating app objects on each request? Are you creating connection objects on each request? Are there concurrent requests using the same app object? Are there concurrent requests using different app objects, but make re-use of the same connection object? Are you calling _release..() on the app object's or connection objects in each request?
Continue reading...
Continue reading...