Please keep the mailing list CC'ed
On Fri, 21 Mar 2014 11:04:05 -0500
Dong Mo wrote:
> So are the function of context and event equivalent? Are we not recommended
> to use context mechanism anymore?
> Can I implement the same function of link aggregation by only event system?
Not equivalent but
Hi,
On Wed, 19 Mar 2014 11:56:35 -0500
Dong Mo wrote:
> Event(request if sync is required) is used to pass information across
> different applications, like if I start switches.py and my own app together
> and I can send request to switches.py through get_switch() to get switch
> info.
>
> Then
Dear list,
I am learning ryu and I am now very confused about the concept of _CONTEXT
and event here.
For event, I don't know if I am right about this, please point out if I
understand it wrong:
Event(request if sync is required) is used to pass information across
different applications, like if