On Tue, 05 Mar 2013 07:34:27 +0900 (JST)
FUJITA Tomonori <[email protected]> wrote:

>>From 31c1449b18cf8c31f8cd9526d9f84645645c0e4e Mon Sep 17 00:00:00 2001
> From: FUJITA Tomonori <[email protected]>
> Date: Mon, 4 Mar 2013 14:02:07 -0800
> Subject: [PATCH] Add request/reply event support
> 
> What most of applications need to do is:
> 
> 1) register a handler to catch a specific event
> 2) The handler does multiple asynchronous tasks (query dbs, configures
> switches, etc).
> 
> 2) can be implemented in an asynchronous way, that is sending multiple
> requests at the same time. However, I don't think most of developers
> need to do or want to do. The API to handle multiple asynchrnous tasks
> in a synchronous way is more handy.
> 
> Signed-off-by: FUJITA Tomonori <[email protected]>
> ---
>  ryu/base/app_manager.py | 10 ++++++++++
>  ryu/controller/event.py | 12 ++++++++++++
>  2 files changed, 22 insertions(+)

Applied.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to