On Mon, 9 Mar 2015 22:12:40 +0000
Eftikhar <eeabulibde...@cit.just.edu.jo> wrote:

> when I create a topology with multiple switches, I need a different thread of 
> Ryu to handle this switch, separately.
> from what I read, Ryu is a  Single-threaded controller, and threading is a 
> available for application tasks.

Ryu uses Python threads. From the perspective of OS-level threading,
Ryu is single-thread. It's not about Ryu. It's about Python.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to