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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:12:14+00:00 2026-05-11T11:12:14+00:00

While tracing the active connection on my db i found that some times the

  • 0

While tracing the active connection on my db i found that some times the connections exceeds 100, is that normal? and after few minutes it return back to 20 or 25 active connection more details about my problem

Traffic on the site is around 200 visitor per day. Why i am asking? because the default MaxPool in the asp.net connection string is 100 Also i am using Connection in the website IIS

  • 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. 2026-05-11T11:12:14+00:00Added an answer on May 11, 2026 at 11:12 am

    That really depends on your site and your traffic. I’ve seen a site peek out at over 350 active connections to SQL during its peak time. That was for roughly 7,000 concurent web users, on two web servers, plus various backend processes.

    Edit

    Some additional information that we need to give you a better answer:

    • How many Web Processes hit your sql server? For example are you using web gardens? Do you have multiple servers how many if you do? This is important because then you can calculate how many connections you can have by figuring out how many worker threads per process you have configured. Assume worse case, each thread is running which would add a connection to the pool.
    • Are you using connection pooling? If so your going to see the connections stick around after the user’s request ends. By default its enabled.
    • How many concurent users do you have?

    But, I think your going after this wrong, your having an issue with no free connections available in your pool. The first thing I’d look for is any leaked connections (connections being held open for longer then they should). For example passing a data reader up to the Web Page, could be a sign of this.

    Next thing is to evaluate the default settings. Maybee you should run a web garden which should give you more connections, or increase the number of connections available.

    The last thing I would do is try to opitmize queries like in your last question. Let’s say you cut those queries in half, all you’ve done is bought yourself more time until more users come onto the system, and your right back here, only this time you might not be able to optimize that query yet again.

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

Sidebar

Related Questions

While working with some sources written in C++ I found those macro: JNIEXPORT return_type
I’m debugging some unexpected behavior and while tracing in to the .NET framework I
While tracing my modules using dbg, I encountered with the problem how to collect
In .NET is there a way to enable Assembly.Load tracing? I know while running
I am working on a project for my company, and while tracing previously written
We have a CFD solver and while running a simulation, it was found to
I'm trying to build some iOS apps while learning and am having some trouble
While debugging a postback problem with a DropDownList within a Repeater I discovered that
I'm working on an online forex trading system and a while back we have
While I do a program, sometimes I've got this doubt. I have been using

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.