Hello.
I'm writing a C-Tcl application, where I'd like to exchange data from C
to Tcl.
I want to have some sets, which will store session data (actually, not
exactly, but close :). I want to store them in C, but sometimes make
them acccessible from Tcl - for connection time.
Which flags should I give so that at close, AOLserver will
Ns_TclFreeSet() but not the actual Ns_Set?
Or do I have to register a Ns_AtClose() and free Ns_TclFreeSet() every
set I've created? (this won't be too hard, I guess, but still I'd rather
not reinvent the wheel)
--
WK
"Data typing is an illusion. Everything is a sequence of bytes."
-Todd Coram