Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection Pooling

Status
Not open for further replies.

ngfell

Programmer
May 17, 2002
3
0
0
US
I have an application created with Jdev 3.2.3 consisting of multiple infobus screens. Everything works fine initially, but for some reason, the connections are not being returned to the pool when a screen is closed. This is resulting in each user having many connections open. After a while, they reach max procs and it shuts down. The connections clear up when the application is closed. I close all the rowsets and sessions for each screen when the screen is closed. Any ideas of what could be causing this and how to close them out? Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top