Re: [Ryu-devel] An event confusion issue between modules

2013-10-24 Thread Satoshi Kobayashi
2013/10/21 FUJITA Tomonori > On Sat, 12 Oct 2013 20:04:35 +0900 > Satoshi Kobayashi wrote: > > > I noticed that an event between modules may get confused in multithread. > It > > is the following scenarios. > > > > 1. The module A sends an event to the module B > > 2. The module B requires time

Re: [Ryu-devel] An event confusion issue between modules

2013-10-21 Thread Satoshi Kobayashi
2013/10/21 FUJITA Tomonori > On Sat, 12 Oct 2013 20:04:35 +0900 > Satoshi Kobayashi wrote: > > > I noticed that an event between modules may get confused in multithread. > It > > is the following scenarios. > > > > 1. The module A sends an event to the module B > > 2. The module B requires time

Re: [Ryu-devel] An event confusion issue between modules

2013-10-20 Thread FUJITA Tomonori
On Sat, 12 Oct 2013 20:04:35 +0900 Satoshi Kobayashi wrote: > I noticed that an event between modules may get confused in multithread. It > is the following scenarios. > > 1. The module A sends an event to the module B > 2. The module B requires time to process the event... > 3. The module A sen

[Ryu-devel] An event confusion issue between modules

2013-10-12 Thread Satoshi Kobayashi
Hi, I noticed that an event between modules may get confused in multithread. It is the following scenarios. 1. The module A sends an event to the module B 2. The module B requires time to process the event... 3. The module A sends an event to the module C 4. The module C returns an answer soon 5.