(145 out of 193)
SaSetTimeOut
Set the time out value for a cgi.
Synopsis
#include "SaRnHtml.h"
int SaSetTimeOut(int time_out);
Arguments
- time_out
- An integer specifying how long, in seconds, the cgi should wait for the gateway to process a request. The default is 300 seconds. If time_out is non-positive, no change occurs.
Return Values
Returns 0.
Description
Sets how long, in seconds, the cgi should wait for the gateway to process a request. The default is 300 seconds. If time_out is non-positive, no change occurs.
Example
SaSetTimeOut(60);
See Also
(145 out of 193)