[Top] [Prev] [Next] [Bottom] [Contents]

SaAllowShutDown

Sets or resets a flag allowing Oracle Web Cartridges or FastCGI Sapphire server applications to be shutdown with a query string of "shutdown". By default the application will ignore such a request.

Synopsis

#include "SaRnHtml.h"
int SaAllowShutDown SUTPROTO((int allow));

Arguments

allow
Integer indicated whether shutdown will be "allowed". Non-zero will allow a shutdown.

Return Values

Returns 0.

Description

Sets or resets a flag allowing Oracle Web Cartridges or FastCGI Sapphire server applications to be shutdown with a query string of "shutdown". By default the application will ignore such a request.

Example

SaAllowShutDown(1);

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.