Where can I learn more about the minterpreters ? How does it work? How can I use it?
It not much says: > disable it if you do not plan to host multiple 'almost-isolated' apps in > the same process And what is "corerouter" plugin ? Thank you for your previous help. Of course, helped. 2012/9/15 Roberto De Ioris <[email protected]>: > >> Trying to build a uWSGI binary for use only Python. Without unnecessary >> plugins. >> >> [uwsgi] >> inherit = base >> >> # Necessary: >> threading = true >> ini = true >> >> # I think it is unnecessary: >> xml = false >> yaml = false >> json = false >> sqlite3 = false >> zeromq = false >> snmp = false >> spooler = false >> ssl = false >> udp = false >> multicast = false >> async = false >> ldap = false >> sendfile = false >> >> # ? >> embedded = true > > disable it if you do not want/need access to the 'uwsgi' embedded module > >> minterpreters = true > > disable it if you do not plan to host multiple 'almost-isolated' apps in > the same process > >> pcre = auto >> routing = auto > > > use them only if you need internal routing: > > http://projects.unbit.it/uwsgi/wiki/InternalRouting > >> ipv6 = false > > > no ipv6 network = no need for it > >> >> >> Why does not compile? > > > retry with the latest tip > > -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
