On Wed, Nov 11, 2015 at 10:47 PM, C Anthony Risinger <[email protected]> wrote: > > >> This provides a convenient solution to your problem (always importable) > and would also allow starting the server. The nice thing about this is you > can generate all of your settings from dynamic python and then point uWSGI > to live/prepared references (vs. another exec). > > This feature makes uWSGI integrate more cleanly with python as a > real/normal module and simultaneously obsoletes the aging `pyuwsgi` plugin. > I don't know as much about other languages but probably the idea could be > copied to the ruby/php/perl/etc plugins. >
Also meant to mention bin/uwsgi becomes a normal entrypoint and makes uWSGI more natural/simple for integration purposes and cases where you just want to abuse the API or the many many other unrelated-to-WSGI plugins and services. -- C Anthony
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
