I discovered that ns_eval command in control port doesn't process namespaces correctly under AOLserver 4.0. Use case follows.
<Code>
namespace eval mytest {}
proc mytest::mytest {} {}</code>
1. start 2 nscp sessions, and load above code snippet into 1 of them with "ns_eval source ..." command 2. in 2nd session, run command "info command mytest::*". It is expected to return mytest::mytest, but returns nothing. This is wrong. 3. start 3rd nscp session and run command "info command mytest::*". This time return is correct.
Thanks! Alex
-- 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/
