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 7988601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T12:30:19+00:00 2026-06-04T12:30:19+00:00

I am a newbie for hibernate, From the below link, Hibernate Session Connection Relationship

  • 0

I am a newbie for hibernate,

From the below link,

Hibernate Session Connection Relationship
I understood that one hibernate session object will hold one connection object.

so my doubt is,if i have configured my connection pool size as 10 in my server. Will it be possible for only 10 people to work simultaneously in the application ?

Please correct me if i am wrong.

  • 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-06-04T12:30:20+00:00Added an answer on June 4, 2026 at 12:30 pm

    Partially, yes. This means only 10 SQL queries can be executed at the same time. If 11 clients are accessing the same page at exactly the same time and the majority of time is spent in some long-running SQL query then most likely the eleventh client will have to wait for one of the remaining 10 to finish.

    However this does not mean your application is limited to 10 sessions/clients! For example in a web application the user typically opens a page, looks at it for a while, clicks on a link, etc. If your user spends 9 seconds reading the page and 1 second waiting for next page then only 10% of the time is spent on the server – hence you can handle 100 logged in users.

    Moreover handling a request is not only about SQL queries. Sending data back and forth, parsing, rendering… – this all takes time.

    So basically: you are limited to 10 concurrent SQL queries but this means 10x or maybe 100x more users that can use your application.

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

Sidebar

Related Questions

I'm a newbie to hibernate . I get this exception Connection cannot be null
I'm newbie on Hibernate. I failed when I try to make one to many
I am a newbie in hibernate, I am using @javax.persistence.NamedNativeQuery to resolve my stored
I am newbie to hibernate. If there is a table which has a composite
Hiya, I'm sort a newbie when it comes to hibernate so I'm going to
I am thinking of writing a tool that will list all the tables in
I'm using JPA/Hibernate (a newbie at them). When an exception occur (could be an
I started using Hibernate recently and I'm still a newbie, however, the error I'm
I'm a newbie. I keep seeing questions on hibernate on this site. I know
Im a newbie to hibernate and I'm facing an error while trying to use

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.