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 ?

Thanks for your reply.


2014-10-22 22:22 GMT+08:00 FUJITA Tomonori <[email protected]>:

> 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.
>
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to