On Mon, Apr 08, 2013 at 05:24:37PM +0900, FUJITA Tomonori wrote: > On Mon, 8 Apr 2013 16:39:54 +0900 > Isaku Yamahata <[email protected]> wrote: > > > Later RyuApp instances will be created/deleted dynamically. > > For that sake, the single instance of AppManager is necessary. > > Why the feature is necessary? >
How about this commit message? ryu/base/app_manager: introduce singleton pattern to AppManager Later VRRP service creates/deletes RyuApp dynamically as VRRP router is enabled/disabled. When creating/deleting RyuApp, unique RyuManager should be used. There needs a way to get a unique RyuApp. So introduce singleton pattern -- yamahata ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
