Stefan Sayer wrote: > indeed, they are initialized not in order, in fact, that is grouped by > type (base plugins, session event handlers, DI component plugins, > logging facilities, application modules, ctrl interface), and in the > groups they are sorted alphabetically... > > an advantage of loading them all first and then initialize is that you > can execute DI functions in onLoad. > > we could change the onLoad order to the load_plugins order, but it > does actually not make sense to place calls before the other threads > (RTP receiver etc) are started. > >
Is it possible to order the initialization so that 'application' level plugins start after all the 'infrastructure' plugins? In my view ctrlinterface is an infrastructure plugin to be constructed before any application modules start using it. Jeremy _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
