image\cslogo3d1.gif

Enabling Scripts Buffering

Chili!Soft ASP enables you to buffer ASP scripts in order 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 scripts buffering, use the following procedure.

To enable or disable scripts buffering

1.   If necessary, open the Chili!Soft ASP 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 list box, select Yes to enable scripts buffering or select 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 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.