ASP Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 5.00

Calculation Speed and Response Time

This chapter provides tutorial notes and example codes on ASP script page performance. Topics include measuring execution speed of ASP script calculating prime numbers; measuring response time of a simple 'Hello' ASP script page.

Calculating Prime Numbers

Response Time of "Hello" Page

Conclusions:

  • JSP execution speed is 100 time faster than ASP when calculating prime numbers.
  • Page response time of ASP pages with IIS is about the same as JSP pages with Tomcat.

Table of Contents

 About This Book

 ASP (Active Server Pages) Introduction

 IIS (Internet Information Services) 5.0

 MS Script Debugger

 VBScript Language

 ASP Built-in Run-time Objects

 ASP Session

 Creating and Managing Cookies

 Managing Sessions with and without Cookies

 scrrun.dll - Scripting Runtime DLL

 Managing Response Header Lines

Calculation Speed and Response Time

 ADO (ActiveX Data Object) DLL

 Working with MS Access Database

 Guest Book Application Example

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2010
Calculation Speed and Response Time