Re: [Ryu-devel] Event Timing

2013-05-09 Thread FUJITA Tomonori
On Fri, 3 May 2013 10:35:12 -0400 Kevin Han wrote: > Are there any events in ryu which can be timed to run at certain intervals. > For example, would I be able to set up an event to time out cache entries > in my tables every second? I have a plan to add such service which sends notificaiton via

Re: [Ryu-devel] Event Timing

2013-05-07 Thread Isaku Yamahata
On Fri, May 03, 2013 at 10:35:12AM -0400, Kevin Han wrote: > Hi, > > Are there any events in ryu which can be timed to run at certain intervals. > For > example, would I be able to set up an event to time out cache entries in my > tables every second? > > If not, any tips on how I would go about

[Ryu-devel] Event Timing

2013-05-03 Thread Kevin Han
Hi, Are there any events in ryu which can be timed to run at certain intervals. For example, would I be able to set up an event to time out cache entries in my tables every second? If not, any tips on how I would go about creating such an event? Thank You, Kevin Han