a few advises:
- I tested many uwsgi versions, but the most stable one I found to be
0.9.8.6   http://projects.unbit.it/downloads/uwsgi-0.9.8.6.tar.gz
- you can set  --async 10 without fear, this is the maximum requests
handled at the same time
- limit your database queries: gae limits database search results to 1000
records for that very reason - if you have a big search results you can
crash your app (more memmory is used)
  so for a 80Mb for 10 requests you can afford an average of 8Mb per request

Reply via email to