Re: Max Concurrent users
From: Alok Kumar (AlokKumar_at_discussions.microsoft.com)
Date: 01/10/05
- Next message: Adrian Herscu: "Re: IIS LockDown and URLScan issues"
- Previous message: Pat [MSFT]: "Re: Using Server 2003 as desktop system"
- In reply to: Kristofer Gafvert: "Re: Max Concurrent users"
- Next in thread: P1ayboy: "Re: Max Concurrent users"
- Reply: P1ayboy: "Re: Max Concurrent users"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 Jan 2005 09:25:02 -0800
Best thing is to do a load test on your application. Increase the load and
get to a point where you think the performance is degrading. Once you have
that # then you can decide if you want to spread the load in different web
server.
If you applicaiton is written properly and there is no memory leak from
leaving any database connection open or anything else, you don't have to
worry about spreading the load. But if you see some performance problem then
you are better of debuging your application than to try to spread the load.
You have to worry about spreading the load when you have more than couple of
hundred users per second.
Alok Kumar
Alok Kumar
"Kristofer Gafvert" wrote:
> Hello,
>
> IIS on Windows Server does not have any limit. The "limit" will most
> likely be your hardware that cannot handle the load, and when this happens
> is specific to your hardware, and your web application. So there is no
> easy way to say when you need more than one server.
>
> IIS on a workstation has a limit to 10 connections.
>
> --
> Regards,
> Kristofer Gafvert
> www.ilopia.com
>
> P1ayboy wrote:
>
> > I was just wondering what the max number of concurrent users that IIS can
> > handle is, or when it becomes advisable to start spreading the load?
> >
> > I appreciate this will depend on the website type, but its a reasonably
> > simple database driven site.
> >
> > I need to know this before i start developing the application.
> >
> > Many thanks
>
- Next message: Adrian Herscu: "Re: IIS LockDown and URLScan issues"
- Previous message: Pat [MSFT]: "Re: Using Server 2003 as desktop system"
- In reply to: Kristofer Gafvert: "Re: Max Concurrent users"
- Next in thread: P1ayboy: "Re: Max Concurrent users"
- Reply: P1ayboy: "Re: Max Concurrent users"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|