asp classic - How many requests per second should my asp(class) app handle -


I design an ASP (classic) web service, call a web service database, read / write files, And xml process

I am creating a tool to test this, how many requests I handle per second on a Window Server 2003 box (2.7 GHz, 4 core, 4GB RAM) Can i But I'm looking for several requests per second to shoot.

I know that this is quite unclear, but please give the best estimate if you want more information, please ask.

Depending on the database of 95% of a data-driven app's performance: 1) The way you use your Call, 2) indexed, 3) hardware under databases (especially disk subsystem).

I have seen a machine, as you are describing, handle 40 requests per minute (2500 / minute) per second, but the numbers like 10 seconds per second (600 / minute) were more common is. Even if you are running your DB on the same machine, it is expected to be less, and even if it is still less, if DB is SxXxpress or MSAVICE.

Also, on capacity, your app probably will not fail, but IIS queue request, once saturated, and some of those requests may expire, if that time Can not serve them before the expiry expires.

BTW, rather than making tools to test your app, you can check to use a test tool like Microsoft WCAT. It is very easy and easy to use.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -