On Friday 06 June 2003 17:11, you wrote: > > how about: > ns_interp sync > ns_interp eval ? >
Hey Tom, thanks! You just gave me the idea: extend the Tcl "interp" with custom "ns_interp" and do the necessary plumbing on C level before returning the interp to caller. This might work. Have to check yet. I think the first "interp" subcommand we'd override would be the create, so: interp create == ns_interp create but with additional step of preparing the interp aolserver-way so we get all those extended commands. Well, this would mean we'd need to introduce new ns_* command to the cmd set. Let see if anybody comes with the better idea. If not, I think this might be the way to go. This could also take the ns_markfordelete, for example: ns_interp markfordelete or similar. Well, well... Zoran -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
