I have developed a program for managing open flows on an OVS switch using ryu-manager and the ofctl_rest app. On start flows are imported to the switch through the rest API from an internal database. If the amount of rules is high, this can actually DOS the ryu controller. I am trying to avoid this.
Is it possible to offload the web service aspect of the rest controller onto say apache 2.4 with mod_wsgi? That should reduce the load and allow me to send more requests per second to the REST api, but I can't find a way to do this.
------------------------------------------------------------------------------
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
