Re: [Ryu-devel] Using ryu.base.app_manager - Help

2014-10-31 Thread A G
es fatal exceptions, calling sys.exit() >stops the framework too? My application didn't catch any fatal exceptions. I can introduce that into catch statements though. Thanks. On Sun, Oct 26, 2014 at 9:24 AM, FUJITA Tomonori < [email protected]> wrote: > On Thu, 23 Oct

[Ryu-devel] Using ryu.base.app_manager - Help

2014-10-23 Thread A G
Will using the ryu.base.app_manager."My App Name".reply_to_request(*req*, *rep*) ensure that the application that I've written is still running? - If it does ensure that it is still running - Will it block the framework from responding to echo requests from a switch? - Can som

[Ryu-devel] Ryu/base/app_manager.py - send_request & reply_to_request methods?

2014-09-16 Thread A G
Hi Folks, I really like Ryu, the framework is all there, I just make the apps. Issues: When my Ryu application fails the framework continues to operate, the connection from the switches to the controller is still kept alive by the framework. (Which is fine) However, when the application that fail