Ns share
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