Menu

#310 default standard channel should not be created implicitely

open
comm (9)
5
2009-05-06
2009-05-06
No

"comm" provides a default "communication channel" named "comm::comm" .

If your app. doesn't need to "provide services", but just to call services, you should destroy it, and then create a simple outgoing channel.

I think that when you load comm (package require comm), such standard channel should not be created automatically.
Users should be explicitely create it
comm::comm new comm::comm

Discussion