Hitachi

uCosminexus Application Server HTTP Server User Guide


4.4.7 Points to be noted when using CGI programs on Windows

Organization of this subsection

(1) Points to be noted when creating CGI programs

Standard input, standard output, and standard error output of CGI programs are used to send and receive data between CGI programs and server threads. The Timeout directive is enabled when data is sent and received. When you create CGI programs, after the sending and receiving of data finishes, either close or terminate functionality such as the standard input and output.

(2) Forced termination of CGI programs

When the Web server stops, a CGI program may not end until the process ends. For the forced termination of CGI programs, go to the 'Task manager' and end the program.