Hi Roberto, On 14.05.2011 11:20, Roberto De Ioris wrote: > > I am pleased to announce the first release candidate for uWSGI 0.9.8.
Congratulations and thanks again for introducing --vassals-inherit option. > - plugin autoloading > > adding --autoload to the commandline will automatically load the needed > plugins (this option is only valid for option passed via config files, > command line options cannot be pre-parsed safely) There is the (unmentioned) limitation in current autoloading mechanism, showed in work with several Python plugins compiled for different Python versions. I have python26_plugin.so, python27_plugin.so and python32_plugin.so. All of them exposes identical set of options, so only one can be autoloaded. This is might be confusing. I've just looked at sources, but not tried to reproduce described situation with uWSGI 0.9.6.8, so I might be wrong. I'm not asking for fix, just wanted to make note. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
