Re: [Ryu-devel] Ryu threading

2015-03-09 Thread Satoshi KOBAYASHI
from what I read, Ryu is a Single-threaded controller, and threading is a > available for application tasks. > > I hope you can get my point. > > Regards, > > > From: FUJITA Tomonori > Sent: Monday, March 9, 2015 10:04 PM &g

Re: [Ryu-devel] Ryu threading

2015-03-09 Thread FUJITA Tomonori
On Mon, 9 Mar 2015 22:12:40 + Eftikhar 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 Py

Re: [Ryu-devel] Ryu threading

2015-03-09 Thread Eftikhar
, From: FUJITA Tomonori Sent: Monday, March 9, 2015 10:04 PM To: Eftikhar Cc: [email protected] Subject: Re: [Ryu-devel] Ryu threading On Mon, 9 Mar 2015 21:24:33 + Eftikhar wrote: > I am Looking for a way to create instances of RYU controller, each instance > (

Re: [Ryu-devel] Ryu threading

2015-03-09 Thread FUJITA Tomonori
On Mon, 9 Mar 2015 21:24:33 + Eftikhar wrote: > I am Looking for a way to create instances of RYU controller, each instance > (thread) handle a separate switch. > Is there any capability to achieve this ? It depends on what your 'thread' means. Ryu creates multiple "Python" threads per swit

[Ryu-devel] Ryu threading

2015-03-09 Thread Eftikhar
Dear Mr: I am Looking for a way to create instances of RYU controller, each instance (thread) handle a separate switch. Is there any capability to achieve this ? Thanks a lot, -- Dive into the World of Parallel Programmin