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 :
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
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
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
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