Skip to content

aaronchlam/bee-reallocation-beehive-2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bee reallocation for Beehive

In Beehive, applications store state in key-value pairs. A tuple (dict, key) is called a cell. Sets of cells that are going to be used together are mapped to a single bee (a lightweight thread of execution), so each cell is managed exclusively by one bee. These bees reside in hives, which are physical machines hosting the Beehive controller.

A message from a switch will be received by the hive that is physically attached to the switch. This message will be mapped to a specific set of cells and sent to the bee(s) in charge.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 59.8%
  • Python 37.2%
  • Shell 3.0%