forked from faucetsdn/ryu
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Milestone
Description
For performance: read-optimized, single-writer controllers
Upon start, all controllers read data from ZooKeeper data backend. During operation, we use a queue (e.g., RabbitMQ, AMQP) to buffer all the delta changes from the master/writer controller, and make all the read-only controller to deque from the queue, and update their cache in memory. Read-only controller speed up read performance, mainly ARP requests.
Metadata
Metadata
Assignees
Labels
No labels