Difference between revisions of "Ns shutdown"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 657)
(No difference)

Revision as of 19:17, 21 June 2004

Man page: http://aolserver.com/docs/tcl/ns_shutdown.html


NAME

ns_shutdown - Shut down AOLserver

SYNOPSIS

ns_shutdown ?timeout?

DESCRIPTION

This command shuts down the currently running instance of AOLserver, by sending an NS_SIGTERM signal.~~~If timeout is specified, the server waits that many seconds to shutdown; otherwise it shuts down immediately.

EXAMPLES

   ns_shutdown
   ns_shutdown 30

SEE ALSO

none

Category Documentation - Category Core Tcl API