Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

Enabling Scripts Buffering

Sun Chili!Soft ASP enables you to buffer ASP scripts to improve server performance. When scripts buffering is enabled, the ASP Server waits until the entire ASP page is processed before returning the results to the browser. When scripts buffering is disabled, the ASP Server returns the HTML output for an ASP page to the browser incrementally, as soon as it is processed. For a production server, it is best to enable scripts buffering. During development, however, you might want to disable scripts buffering so you can more easily debug problems with your ASP pages.

To enable or disable scripts buffering

1.   Open the Administration Console by using the following URL:

http://[HOSTNAME]:[PORT]

where [HOSTNAME] is the hostname of your Web server and [PORT] is the port on which the Administration Console is running (5100 by default).

2.   On the ASP tab of the Server Management page (the first page that displays when you open the Administration Console), click Settings.

image\settings_c.gif

The Server Settings page displays.

image\server_settings.gif

3.   In the Scripts buffering on drop-down list, select yes to enable scripts buffering or no to disable it.

4.   Click Save, and then restart the ASP Server by clicking Restart.

Note

Restarting the ASP Server resets all Session and Application variables.

See also:

Optimizing Server Performance in this chapter

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.