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

The Archive Base Latest Questions

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

So, I read a book in Mysql and it says that there’s a limit

  • 0

So, I read a book in Mysql and it says that there’s a limit on how many concurrent users that can access a database.

Does that mean that If I have 20k users browsing in my web application concurrently, my web application will fail to load the data in my database? Because my web application is accessing the database every time my website loads.

  • 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-20T16:50:27+00:00Added an answer on May 20, 2026 at 4:50 pm

    20k users loading a page at the exact same time ? That’s quite a lot — and your webserver will probably not accept that many concurrent requests itself (For example, Apache generally accepts only between 200 and 400 parallel requests).

    The connection limit is the maximum number of users that can be connecter to your database at the exact same time — if each page needs 100 ms to be generated, one user will only be connected for less than 100 ms.

    And if you connect to your database just when you need to do your first SQL query, and disconnect immediately after your last SQL query, this can reduce the time during which your Webserver is connected to the DB.

    If you have users reading content from your website, you can consider they will :

    • Load a page (maybe 100 ms on your server)
    • Do nothing but read for a couple of minutes (which takes absolutly no resource on your server)

    As a sidenote : quite a long time before getting 20k concurrent connections (which means about 20,000 connections per second or so !), you’ll probably have to deal with several scaling-relating problems…

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

Sidebar

Related Questions

I have a MySQL database where users can list books they've read, want to
I read a book about javascript and it says that when we create a
I have an ebook style iPhone app that allows users to read a book.
I read a book that uses infix, infixr, and infixl in the sample programs.
I read a book that write the next program in C, and convet the
I want to read a book that systematically introduces dom with live examples. Any
I read about Drivers that uses JDBC API in a book. Not clear about
I read the book How to work with legacy code It said that in
I have read the book Restful Web services. In that book it described WADL
For example, I read in book that if we created relationship 1:m, Grails automatically

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.