Hi,

On 2017年06月17日 20:47, corey ross wrote:
> Hey there,
> I was wondering if it is possible to install multiple flows in parallel, if 
> yes how?
> 
> for e.g if I have a topology of three switches (s1, s2, s3), I want to 
> install flow-rules f1 on s1, f2 on s2 and f3 on s3. How can I install this 
> three flow rules in parallel instead of doing so in serial fashion?
> 
> I have searched around and It seems that using threads is not an effective 
> way.

Please let me make your question more clear.
What does "in parallel" and "in serial" exactly mean?

You mean; you currently uses multi-thread (using "ryu.lib.hub" or "eventlet"),
but some post you read says "multi-thread on Python is not effective enough",
right?
If so, are you facing the performance limit, for example?

Or, you want to get "Datapath" instance for s2 and s3, when you get event from
s1?

Thanks,
Iwase

> 
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to