Hi,
I am trying to use the Ryu controller with dynamic flow modification based
on some statistics from the switch and servers. For that, I run two
different threads using hub.spawn(). One thread is using the data obtained
from the other thread. In this scenario, can I use threading.lock()? I am
concerned that using the lock should not slow down the controller. I am
wondering is there a specific way to use locks in Ryu controller.
Any pointers would be much appreciated.

Thanks
Gandhimathi
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to