Re: [Ryu-devel] Thread in Ryu Application

2017-09-05 Thread Carlos Ferreira
Yes, you can. You can easily create time-delayed threads to execute actions. Just make them sleep for a specific time. On 5 September 2017 at 08:49, Attitude Killer wrote: > Can Anyone please tell me if What I am trying to achieve using Thread can be > achieved or no? > > Thank you > > > On Mon,

Re: [Ryu-devel] Thread in Ryu Application

2017-09-05 Thread Attitude Killer
Can Anyone please tell me if What I am trying to achieve using Thread can be achieved or no? Thank you On Mon, Sep 4, 2017 at 7:40 PM, Attitude Killer wrote: > Hi > > I am writing a Ryu application in which I have if else statement for > packet_in. If a *condition* *satisfies for the first tim

[Ryu-devel] Thread in Ryu Application

2017-09-04 Thread Attitude Killer
Hi I am writing a Ryu application in which I have if else statement for packet_in. If a *condition* *satisfies for the first time*, then it *should start the timer* till 10 seconds, within these 10 seconds there will be other packets arriving as well, matching the same condition *but I don't want