Ns share

From AOLserver Wiki
Revision as of 06:44, 19 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 656)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


The use of ns_share is deprecated. Careless use of ns_share commands can severely limit the scalability of an application. Thread-shared Variables (nsv) solve this and that document describes how to migrate your ns_share code to use nsv.


NAME

ns_share - Share variable among all tcl interpreters

SYNOPSIS

ns_share -init { init-script } variable ?variable ...?

DESCRIPTION

Share variable among all tcl interpreters.

EXAMPLES

SEE ALSO

Thread-shared Variables

Category Documentation - Category Core Tcl API