Hi,

On Sat, 25 Jan 2014 00:22:13 +0000
Morgan Yang <morgan.y...@radisys.com> wrote:

> 1) Improve the RYU REST API performance in the future, for example,
> instead of invoking an event for every message, a method to add a
> group of flows and generate 1 event for N flows.

It could, however, I would recommend you to more light-weight protocol
than HTTP. I've just added VRRP RPC API (using message-pack RPC),
which could be an option for you. You can easily implement your RPC
API for OF. Our REST API is designed to be simple, not designed for
workload sending FlowMod hundred times per sec.

> 2) Make RYU multi-threaded to improve performance for high flow operations

Due to Python limitation, I don't think that using multi threads
improves the performance. Needs to use multi processes for such.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to