Re: iis limitations?

From: ark (sorry_at_nospam.com)
Date: 07/15/04


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



Relevant Pages

  • Re: Web listener
    ... When the request comes in from CGI the app connects to D3 ... running the web server on the MV server can be/is a security risk. ...
    (comp.databases.pick)
  • Re: waaaaaay offf topic!! grid computing project
    ... > extract book information from the amazon.com site/servers using the amazon ... > how fast you can hit their servers with a given machine/IP. ... > while the initial app would be to test, to make sure everything would work ... > hit the amazon.com server, and then to return the data to the test server. ...
    (Fedora)
  • Re: start ASP net from very scratch
    ... <<the tech difference between a win app, and an app which insteads talks ... with a remote server". ... ASP.NET Web application is to send HTML down to a browser. ... The browser sends a request. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: waaaaaay offf topic!! grid computing project
    ... amazon will allow us to do ... > how fast you can hit their servers with a given machine/IP. ... > while the initial app would be to test, to make sure everything would work ... > hit the amazon.com server, and then to return the data to the test server. ...
    (Fedora)
  • Re: IIS 6 and Server 2003 ASP.NET apps dont run well...sort of
    ... production server and then using IIS to make the application. ... It isn't your app that is causing the ... > I get the following error when I add a new application to our server. ... > the current web request. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading