Difference between revisions of "Ns configsections"

From AOLserver Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
[[ns_config]], [[ns_configsection]], [[ns_set]]
 
[[ns_config]], [[ns_configsection]], [[ns_set]]
  
----
+
---
  
 
[[Category:Documentation]] - [[Category:Core Tcl API]]
 
[[Category:Documentation]] - [[Category:Core Tcl API]]

Revision as of 19:49, 7 February 2009

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


NAME

ns_configsections - Return a list of handles to ns_sets for every section in the server's configuration

SYNOPSIS

ns_configsections

DESCRIPTION

This command returns a list of ns_sets for every section in the server's configuration. The corresponding ns_sets contain the key-value pairs for the configuration section that the ns_set represents.

EXAMPLES

 % set sections ns_configsections
 t0 t1 t2 t3 ... t116 t117
 % ns_set name t8
 ns/parameters

SEE ALSO

ns_config, ns_configsection, ns_set

--- -