Ns markfordelete

From AOLserver Wiki
Revision as of 19:13, 7 February 2009 by Gustafn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


NAME

ns_markfordelete - Mark the current Tcl interp to be deleted on next cleanup

SYNOPSIS

ns_markfordelete

DESCRIPTION

This command marks the current Tcl interp to be deleted on next cleanup. This is useful when it's necessary to delete an interp after it has been modified in a way that cannot be safely cleaned up, such as by the TclPro debugger.

SEE ALSO

ns_cleanup, ns_init


-