Re: [Ryu-devel] dynamic load and unload modules

2014-12-01 Thread 陳建豪
Dear Sir/Madam, Based on your reply we know that this feature is not supported. May I know would this feature will become a consideration for the next release version or it will be included in future development work? Many thanks. regards, Jian-Hao 2014-10-22 22:22 GMT+08:00 FUJITA Tomonori :

Re: [Ryu-devel] dynamic load and unload modules

2014-11-04 Thread 陳建豪
We have some question about the dynamic load and unload feature in app_manager.py 1. Base on what purpose why this feature didn't implement ? 2. Will this feature be implemented in the future ? 3. If we want to change "app_manager.py" by ourselves, what kind of function should be modified ? Th

Re: [Ryu-devel] dynamic load and unload modules

2014-10-22 Thread FUJITA Tomonori
On Tue, 21 Oct 2014 16:50:05 +0800 陳建豪 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

[Ryu-devel] dynamic load and unload modules

2014-10-21 Thread 陳建豪
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 ...)? 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, w

[Ryu-devel] dynamic load and unload modules

2014-10-19 Thread 汪 建廷
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 ...)? 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 examp