Hi all, I'm using uWSGI to serve a Django WSGI app. Quick question about processes -- if processes is 4, does that mean that there are at most 4 Python VMs/processes running? Or can each uWSGI process administer more than one Python VM/process? (I know to find the optimal value of the processes parameter, you should use uwsgitop. But I just couldn't find this answer anywhere, sorry.)
And I'm still a bit new to WSGI... Does this mean that I handle at most 4 requests concurrently? Or does WSGI allow Django, running in a uWSGI process, to handle more than one request at a time using threads? Thanks, Mike
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
