Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6767891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:00:20+00:00 2026-05-26T15:00:20+00:00

While using the BoneCP connection pooling, I came across the following confusions and would

  • 0

While using the BoneCP connection pooling, I came across the following confusions and would like to hear some advise on this:

  • Is the getConnection method of the BoneCP thread-safe? What is the best way to use this when there are many threads asking for a connection in parallel?
  • Is it required to call connection.close() every time after using the connection?
  • if it is required to call connection.close(), will it really disconnect the connection with the DB or just sends the connection to the pool?

Thanks in advance for the support.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:00:21+00:00Added an answer on May 26, 2026 at 3:00 pm

    The getConnection() of BoneCP is thread-safe; so you don’t have to do anything yourself.
    And yes, you need to call connection.close() if you are done with the connection (this is not specific to BoneCP, but applies to any JDBC connection).

    As with all connection pools, calling connection.close() will return the connection to the connection pool or in some cases also close the physical connection (but really: this is an implementation detail you should not be concerned about).

    In general connection pools maintain a pool of physical connections to a database. When you call getConnection(), the connection pool looks for an available physical connection and wrap it in a logical connection. This logical connection is returned. When you close() the logical connection, the connection pool knows the physical connection is available again for reuse.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While using some regex in C#, I'm facing the following problem : Consider this
while using the following constructor $this->pdo = new PDO ($this->source, $this->username, $this->password); if I
While using boost::threads I have come across this interruption problem. When I do a
While using Instruments, it seems like there is a leak coming from this method
While using the vector why do we sometime use the operator[] like homework[mid] but
While using this code to serialize an object: public object Clone() { var serializer
While using ubercart I need to insert some javascript tracking codes to the order
While using WCF and OperationContracts I have the following method defined: [OperationContract] [FaultContract(typeof(ValidationFault))] [FaultContract(typeof(FaultException<ExceptionDetail>))]
While using SubSonic 3 I wrote the below. I thought I would get user_ref
While using method Arrays.deepToString(Object [] a) I am facing this problem which I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.