On Tue, 21 Oct 2014 16:50:05 +0800 陳建豪 <[email protected]> wrote:
> Can we build a mother module which can dynamically load and unload > other modules instead of calling all of them in the beginning > (ryu_manager A.py B.py ...)? Currently, such feature is not supported. You need some changes to app_manager.py, etc for it. > We have try to use run_apps in base/app_manager.py, but it will be > conflict if they both have function relate to controller. > > For example, we run a controller first and then use web gui to load > simple_switch_13.py, controller will be crash. > > Nn web gui we just use run_apps to call simple_switch_13.py, it will > show SERVICE_BRICK problem. > > Thank for your reply. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
