Difference between revisions of "Ns shutdown"
Jump to navigation
Jump to search
(imported from WiKit id 657) |
|||
Line 13: | Line 13: | ||
'''DESCRIPTION''' | '''DESCRIPTION''' | ||
− | : This command shuts down the currently running instance of AOLserver, by sending an NS_SIGTERM signal. | + | : This command shuts down the currently running instance of AOLserver, by sending an NS_SIGTERM signal.[[User:Gustafn|Gustafn]]If ''timeout'' is specified, the server waits that many seconds to shutdown; otherwise it shuts down immediately. |
'''EXAMPLES''' | '''EXAMPLES''' | ||
Line 24: | Line 24: | ||
: none | : none | ||
− | |||
− | [[Category Documentation]] | + | [[Category:Documentation]] [[Category:Core Tcl API]] |
Latest revision as of 19:54, 7 February 2009
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.GustafnIf 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