proc theLastThing {} { global Shared close $Shared(file) ns_mutex destroy $Shared(lock) } ... ns_atshutdown theLastThing ...
global Shared close $Shared(file) ns_mutex destroy $Shared(lock)
} ... ns_atshutdown theLastThing ...
Top of Page
Copyright © 1996 America Online, Inc.