473,748 Members | 2,214 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How many users can a .net server handle?

Tom
how many user connections can a .net server connecting to a sql2000
server, handle before degradation takes place. What is the general
rule of thumb, given a Dual P4 2Ghz Ultra 160 SCSI .net server with
2GB Ram?

Nov 17 '05 #1
2 2400
There isn't any. It all depends on what type of requests and what exactly
does each request do. The number can be from a request per couple seconds
(if you really don't know what you're doing) to thousands requests per
second.

Jerry

"Tom" <ro**@127.0.0.1 > wrote in message
news:7l******** *************** *********@4ax.c om...
how many user connections can a .net server connecting to a sql2000
server, handle before degradation takes place. What is the general
rule of thumb, given a Dual P4 2Ghz Ultra 160 SCSI .net server with
2GB Ram?

Nov 17 '05 #2
Hello Tom,

Thanks for posting here.

Jerry and Natte are right. The performance depends on the architectureof your web application, such as how it uses data
access, how to transaction, and etc. The best way to judge whether your system could afford it is to test it by using
Application Center Test. In the test, we could identify the bottleneck of the performance and improve it.

You could also get idea from these articles:
"Performanc e Comparison: Data Access Techniques"
http://msdn.microsoft.com/library/en...asp?frame=true

"Developing High-Performance ASP.NET Applications"
http://msdn.microsoft.com/library/en...lications.asp?
frame=true

HTH.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Jerry III" <je******@hotma il.com>
!References: <7l************ *************** *****@4ax.com>
!Subject: Re: How many users can a .net server handle?
!Date: Sat, 2 Aug 2003 20:51:37 -0700
!Lines: 16
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Message-ID: <e$************ **@TK2MSFTNGP10 .phx.gbl>
!Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
!NNTP-Posting-Host: h-69-3-117-40.lsanca54.cov ad.net 69.3.117.40
!Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
!Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1643 82
!X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
!
!There isn't any. It all depends on what type of requests and what exactly
!does each request do. The number can be from a request per couple seconds
!(if you really don't know what you're doing) to thousands requests per
!second.
!
!Jerry
!
!"Tom" <ro**@127.0.0.1 > wrote in message
!news:7l******* *************** **********@4ax. com...
!> how many user connections can a .net server connecting to a sql2000
!> server, handle before degradation takes place. What is the general
!> rule of thumb, given a Dual P4 2Ghz Ultra 160 SCSI .net server with
!> 2GB Ram?
!>
!
!
!
Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
13072
by: Tc | last post by:
Hi, I was curious, I am thinking of writing an application that loads a dataset from a database that resides on a server. The question I have is this, if multiple copies of the app will be running at once will there be problems with data updates? The reason I ask is I'm thinking like this: User1 launches the app and the dataset is created from the data in the DB.
6
539
by: mark | last post by:
I have an asp.net ecommerce web application on a remote web server. I'm using an Access database on the back end. I've notice a few strange things. When I mimic an multiple user environment by surfin it in multiple browsers simultaneously the site generates a generic runtime error after awhile. I'm thinking this has something to do with my access database and multiple connections. I'm using forms authentication with a login page. Is...
4
1245
by: Jake Peters | last post by:
I'd like to know how to get a users various table privilages from a sql server (insert/delete/update), so that i can set controls to behave accordingly (read only, hidden, disable "insert" button, etc). I'm sure it can't be too difficult, but I've been having a hard time finding any revelant information when doing searches. I know sql can just throw back an exception to let the user know, but my goal is to make custom controls that get...
9
1590
by: rdemyan via AccessMonster.com | last post by:
How does one handle the situation where two different users are looking at bound forms that display data from a table. User #1 makes a change to the data, but User #2 is just perusing the data. User#1 has his bound form updated, but User#2 does not. In this case User #2 is not seeing the actual current state of the data, unless he/she does something to cause the data to refresh. How do developers handle this, if at all?
2
1611
by: fReDiNi | last post by:
Hi, I have being trying fo find the best solution for this problem for 2 days now and I am not able to find a solution.I need help. I explain the problem: A customer needs a system so that when a user is registered in his web, automatically he is assigned with a folder or folders and permissions to these folders (basicaly upload, download).Then users and permissions have to be editable in an easy way.
3
2244
by: Chakkaradeep | last post by:
Hi all, How to retrieve Users Names and also restrict internet access to a specific users using C# ? Thanks. Regards, C.C.Chakkaradeep
22
2303
by: petermichaux | last post by:
Hi, I would like to display a message to Internet Explorer clients to encorage them to get Firefox. Yes they may like Internet Explorer but it is my site :) http://www.explorerdestroyer.com/ uses navigator.userAgent If ((ua.indexOf('msie') != -1) && (ua.indexOf('opera') == -1) &&
2
1989
by: Goran | last post by:
How many users can access to SQL server at the same time with web aplication written in C# 2005? What if my database is 1GB and 1000 people access at 1 second - some simple query. My web hosting acc will be http://www.webhost4life.com or something simmilar!
2
1604
BradHodge
by: BradHodge | last post by:
Reading a post regarding network security on a linked database, I saw this post by PDog on number of users in a network Environment... I am about to put a very small database (2200 kb back-end) out on the network. I am expecting 75-100 users in the system at any one time. The database is largely Read-Only (with the exception a few record changes made daily). I have had it in use by ~20 users continuously for the last 6 months, and have...
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9326
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9249
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.