Re: iis limitations?
From: ark (sorry_at_nospam.com)
Date: 07/15/04
- Next message: WenJun Zhang[msft]: "RE: custom error pages in WSS"
- Previous message: Bob: "Re: cgi-bin/formmail..cgi'"
- In reply to: Jeff Cochran: "Re: iis limitations?"
- Next in thread: Tom Kaminski [MVP]: "Re: iis limitations?"
- Reply: Tom Kaminski [MVP]: "Re: iis limitations?"
- Reply: Jeff Cochran: "Re: iis limitations?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 23:30:16 -0400
> >
> >Besides from the hd space limitation, are there any limitations on how
many
> >websites/domains/applications can be run on this server?
>
> None hard coded, all based on acceptable performance.
>
> >Also, what kind of traffic can this handle? how many hits max?
>
> At least 13. Maybe even 15.
>
> Traffic, hits, etc. are pretty meaningless measures of performance.
> If every hit were a request for a simple HTML page, or a non-existent
> page, it would be able to handle more than if every hit was a request
> for your App to do something.
>
> Jeff
well, each hit is a request for my app to do something, I don't have simple
html pages. as it is each page view involves executing complex script, which
however caches all the results in app level vars, so if I disable caching
the page takes 2.5 seconds to execute on the server, with caching enabled,
there is no hd activity, and execution takes 0.07 or even 0.01 seconds, so
based on 0.07 seconds if we use it as average, how many simultanious
requests would the server be able to handle?
is there a way to isolate and track memory usage on the server by all app
level variables?
Also, is there a way to isolate and track the combined application threads
and their impact on server?
ark
ark
- Next message: WenJun Zhang[msft]: "RE: custom error pages in WSS"
- Previous message: Bob: "Re: cgi-bin/formmail..cgi'"
- In reply to: Jeff Cochran: "Re: iis limitations?"
- Next in thread: Tom Kaminski [MVP]: "Re: iis limitations?"
- Reply: Tom Kaminski [MVP]: "Re: iis limitations?"
- Reply: Jeff Cochran: "Re: iis limitations?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|