Hi,
On 2016年07月18日 10:37, Alan Wang wrote: > Hi All, > > Can anyone implement ryu multi-thread controller? how to implement it? You can use ryu.lib.hub.spawn and ryu.lib.hub.spawn_after for multi-threading in your RyuApp. https://github.com/osrg/ryu/blob/master/ryu/lib/hub.py#L47-L87 > > And how to implement ryu-cluster? i search ryu-cluster, but its data is too > little. To implement cluster, there are too many ways to do such. e.g.) Zookeeper, Pacemaker, maybe Docker and so on So, Ryu does not define the standard way for the Ryu Cluster. The implementation is depending on your application design, I think. Thanks, Iwase > > please tell me how to do them specifically. > > Thanks, > > Alan. > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > > > > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel