> Where can I learn more about the minterpreters ?
The docs are pretty non-existent from the python side. http://docs.python.org/c-api/init.html#Py_NewInterpreter i have based uWSGI multiple interpreters support on mod_wsgi > How does it work? How can I use it? by default the --mount option will load every application in a different interpreter. > > And what is "corerouter" plugin ? > it is the reason for 1.3 still not being released :) I have merged all of the common parts for the httprouter,corerouter and the new rawrouter in a single plugin, 'detaching' those functions from the main core (gaining about 300K of memory, not a lot, but always think about uWSGI in terms of hundreds of instances). So for using the 'http' plugin you need to load (before it) the corerouter plugin. This is crazy, as it would require changing packages policies and docs. So i am in a search for a way to specify dependendancies in the plugin binary. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
