Hi everyone, i have just committed support for the uWSGI python interactive shell. It is a simple/standard python shell living in the uWSGI environment.
For example: ./uwsgi --import sigme -s :3031 --pyshell -M --spooler myspool -p 4 -w uwsgicc --cache 100 Will load 4 normal workers but the first will run a python shell from which you cann call uwsgi api functions, monitor processes, issuing reload and so on. I have found it very handy to test spooler jobs and caching. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
