Hi, On 2015年12月26日 00:06, Kiarash Soleimanzadeh wrote: > Dear, > > Ryu is distributed controller?
I think it is depending on your application design. You can use Ryu as both a single controller and distributed controller. > Ryu is a Modular? I don't know what "Modular" exactly means, but I think it is YES. You can implement your application as applications which inherit ryu.base.app_manager.RyuApp. http://osrg.github.io/ryu-book/en/html/arch.html > Has a Load Balancer Module? Currently, Ryu does not have such built-in application for Load Balancer. If you need a Load Balancer application, how about implementing your RyuApp? Thanks, Iwase > > > > Thanks in advance. > > -- > > Thanks & Regards > > -Kiarash Soleimanzadeh > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
