Coder Social home page Coder Social logo

Comments (5)

brettwooldridge avatar brettwooldridge commented on July 30, 2024

What is the use case for this? The HikariPool is considered an internal class. While it is public it has no public constructor and is not meant to be accessed directly by the user. A user with a reference to the HikariPool could do potentially bad things, such as releasing the same connection back to the pool multiple times, etc.

from hikaricp.

analytically avatar analytically commented on July 30, 2024

See eg. https://github.com/scalikejdbc/scalikejdbc/blob/develop/scalikejdbc-library/src/main/scala/scalikejdbc/CommonsConnectionPool.scala

private[this] val _dataSource: DataSource = new PoolingDataSource(_pool)

from hikaricp.

brettwooldridge avatar brettwooldridge commented on July 30, 2024

That is quite a different use case and does not require the exposure of HikariPool. The referenced Scala code is specific to Apache Commons DBCP. Even if HikariPool were public, it is not an implementation of the Apache Common Pool interfaces and therefore cannot be passed into the DBCP PoolingDataSource constructor.

Similar to the CommonsConnectionPool implementation, scalikejdbc needs to provide an implementation of something like a HikariConnectionPool class that is backed by HikariCP. I suggest opening an enhancement request in the sclaikejdbc project requesting a HikariCP pool implementation.

from hikaricp.

analytically avatar analytically commented on July 30, 2024

It's not really specific to DHCP. The Hikari datasource doesn't expose numActive, numIdle, maxActive and maxIdle, but the pool does.

from hikaricp.

brettwooldridge avatar brettwooldridge commented on July 30, 2024

Those values are exposed through JMX and are available programmatically.
See this group posting at the tail end of the post:

https://groups.google.com/forum/#!searchin/hikari-cp/JMX/hikari-cp/ReQVNASu-w0/OgXjYbl4TDkJ

On Thu, Jan 9, 2014 at 6:43 PM, Mathias Bogaert [email protected]:

It's not really specific to DHCP. The Hikari datasource doesn't expose
numActive, numIdle, maxActive and maxIdle, but the pool does.


Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-31915645
.

from hikaricp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.