[Ryu-devel] ?????? How to get data from other module.

2015-08-27 Thread muzixing.com
ot;muzixing.com"<15116983...@qq.com>; : "ryu-devel"; ????: Re: [Ryu-devel] How to get data from other module. Hi, On 2015??08??26?? 12:41, muzixing.com wrote: > Hi, all. > If I want to get some data from other module of app, what should I do? > >

Re: [Ryu-devel] How to get data from other module.

2015-08-26 Thread Yusuke Iwase
Hi, On 2015年08月26日 12:41, muzixing.com wrote: > Hi, all. > If I want to get some data from other module of app, what should I do? > > I know we can use CONTEXT to get the app as a service, and then we can > get the data in that app. But, the logic of these two app is not about > produ

[Ryu-devel] How to get data from other module.

2015-08-25 Thread muzixing.com
Hi, all. If I want to get some data from other module of app, what should I do? I know we can use CONTEXT to get the app as a service, and then we can get the data in that app. But, the logic of these two app is not about producer and consumer. The second method to get this data