|
Feature
|
Function
|
Benefit
|
|
ASP Script Buffering
|
When enabled, the ASP engine waits until the entire ASP page is processed before returning the results to the browser
|
Improves system performance
|
|
Symmetric Multiprocessing (SMP) support
|
Provides optimization for multi-processor server environments
|
Improves application performance
|
|
Configurable Session Timeout Values
|
Cancels inactive user sessions after a predetermine time period
|
Frees system resources, improves performance
|
|
Configurable Script Timeout Values
|
Prevents a malfunctioning ASP page from indefinitely engaging server resources
|
Frees system resources, improves performance
|
|
Configurable Multi-threading
|
Allows optimization of the threading model based on ASP application characteristics (e.g., heavy database access)
|
Allows optimization of system resources
|
|
ASP Page Pre-compilation
|
Compiles and saves the ASP page into bytecode that can be processed more quickly in response to subsequent requests
|
Improves system performance
|
|
Database Connection Pooling
|
Allows sharing of open database connections among multiple users accessing a Web application
|
Improves system resource efficiency and performance
|
|
Support for session-aware hardware or software load-balancing solutions
|
Provides option for deploying the ASP server in a server farm
|
Provides deployment flexibility
|