• 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

Release 4.0 of Vibur DBCP, the concurrent and dynamic JDBC connection pool, is now available

 
Greenhorn
Posts: 18
1
Spring Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many new features and improvements since version 1.2:

  • The detection and logging of slow SQL queries and slow DataSource.getConnection() calls is now accompanied by an option that can detect and log queries returning ResultSets with size above a certain limit.
  • Improvements in the queries validation timeouts control.
  • Various other logging improvements and standardizations, including logging of the concrete SQL query parameters, if the underlying SQL query execution has thrown an exception.
  • poolReducerClass is now configurable. This is the fully qualified pool reducer class name. This setting is useful for applications that need to provide their own custom monitoring of the number of currently allocated in the pool connections, including their own logic for reducing the number of currently unused connections.

  • Last but not least, check out our new and responsive website at: http://www.vibur.org

     
    I promise I will be the best, most loyal friend ever! All for this tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic