Previous PageNext Page

4.3.2 ASP Server Properties for Cobalt Server Appliances

4.3.2.1 Database Configuration

Refer to the Database Configuration section below.

4.3.2.2 ASP Applications

Active Server Pages have a concept of an Application. This is a hierarchical set of directories that contain all the Active Server Pages associated with each other by sharing the same state information. The Administration Console is an Application, as is the Dos Perros Catalog in the Chili!Soft samples.
 
The root directory of the Application can contain a global.asa file that contains the Application_OnStart, Application_OnEnd, Session_OnStart, and Session_OnEnd subroutines for the Application.
 
This page allows the creation and removal of ASP Applications, and the association of an Application name with a specific directory (containing the global.asa file).
 
        [RESTART REQUIRED]

4.3.2.3 ASP Settings

This section allows you to change essential configuration parameters of the ASP Server. The values that can be changed are:
 

Parameter
 
Meaning
 
Buffering on
 
Controls whether Chili!Soft ASP returns the HTML generated from an ASP page as the page is processed (BufferingOn = False), or processes the entire page before returning HTML (BufferingOn = True). BufferingOn provides better performance when set to Yes. Debugging is easier when it is set to No.
 
Session timeout
 
This value controls how long Chili!Soft ASP will maintain Session values for a user without receiving a page request. If the user is not heard from in this amount of time, the Session is canceled and Session values discarded. The SessionTimeout can be increased or decreased (thus overriding the default) in the script.
 
Script timeout
 
This is the amount of time Chili!Soft ASP will wait for an individual ASP page to finish processing before canceling the request. The ScriptTimeout can be increased or decreased (thus overriding the default) in the script.
 
Allow session state
 
Controls whether or not Chili!Soft ASP will maintain Session state or not. If AllowSessionState is No, the Session object cannot be used. Default is Yes.
 
Script Caching
 
Allows ASP scripts to be cached in memory. Turning this off yields slower throughput, but reduces the runtime memory footprint.
 
Logging file
 
The location of the Chili!Soft ASP logging file for this ASP Server. If empty, no logging will be done.
 
Number of threads
 
This determines the simultaneous number of requests that can be processed. If there are many pages with blocking operations (e.g., database access) more threads is better. More threads, however, makes more overhead on the system. Five threads is the default.
 
Inherit user security
 
Turning this on allows each request to run as the UID configured for the Virtual Host in the Apache httpd.conf file.
 
Connection Pool Size (setting located in Database settings)
 
Specifies the number of connections to pool in ADO. Default is 25; setting to 0 turns off connection pooling. This reuses database connections instead of generating a new connection for each request.
 
Enable Java support
 
Enables or Disables support for using Java classes for this ASP Server. Default is yes; setting to no turns off Java support. Turning this option on incurs additional overhead. If Java support is not required, it is recommended that this option be set to no.
 

        [RESTART REQUIRED]

4.3.2.4 ASP Log Files

This page shows the log file for this ASP Server. The location of the logfile is configured using the "Logging file" setting.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page