On Wednesday 28 September 2011 21:44:02 Roberto De Ioris wrote: > Hi, nginx moved to async_io some time ago as reading big files could hurt > too much. I will probably add something very similar in the near future.
It's definitely a great news. Thanks. > In the mean time, why not simply call uwsgi.suspend() continuosly until > the file is fully read ? Is it not too cpu-expensive? It looks like "while True" loop, especially when my async app concurrent load is low, and there is no other task to switch. wbr, Valentin V. Bartenev _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
