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

  • SEARCH
  • Home
  • 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 6662017
In Process

The Archive Base Latest Questions

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

I’m wrapping up a small project and I’m doing some performance tuning before the

  • 0

I’m wrapping up a small project and I’m doing some performance tuning before the initial release. It’s a web application so it only receives HTTP requests in the form of XHR and page load requests.

At application startup, a DataSource is retrieved from the Tomcat server (via JNDI) and stored in the application. It’s a oracle.jdbc.xa.client.OracleXADataSource and as far as I can tell (from what I’ve read and observed) it is pooling connections.

In the application, each request to the server gets its own connection opened at the first SQL call (if one occurs). At the end of each request, the connection is closed (if one was opened).

So as part of my performance tuning, I’m trying to improve the responsiveness of these requests by reducing the time it takes to make the database connection. What would you consider to be acceptable amount of time to establish a database connection?

Here’s my benchmarks so far, each request –

  • 324 ms (1st request just after restarting the application)
  • 51 ms
  • 58 ms
  • 56 ms
  • 53 ms
  • 51 ms
  • 49 ms
  • 48 ms

After the 1st connection has been open and “closed” it looks like the connection is pooled and reused. Is ~50ms a pretty standard amount of time to establish a connection from a pooled data source?

long start = System.nanoTime();

//oracle.jdbc.xa.client.OracleXADataSource
Connection connection = dataSource.getConnection();

log.info("Connection made in: " + ((System.nanoTime()-start)/1000000) + " ms.");
  • 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-26T02:20:44+00:00Added an answer on May 26, 2026 at 2:20 am

    If the connections are pooled that means that they are (mostly) kept open the entire time, so there should be no time to wait while a connection is opened (barring scenarios where the new connections need to be created to handle the current workload). Would suggest adding commons-dbcp or c3p0 to your project to guarantee the pooling.

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
Seemingly simple, but I cannot find anything relevant on the web. What is the
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I am doing a simple coin flipping experiment for class that involves flipping a

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.