• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A problem with wls connection pool????

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now I'm troubled in the problem with weblogic7 appliction server connection pool.
I creat a connetion pool,ant it works well.But now,if a client request a connection,and it gives one.While if that client forgets to close this connection(use a close metho).Then the connection is activiting.My problem is that how and when this connection can be closed by wls connection pool itself.
I want to find something about timeout of conenctions in wls conenction pool,but find nothing about it.I search this from wls document about jdbc,but can't solved the problem.
I anyone know that,please tell how to deal with it.Thanks.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic