Il giorno 09/set/2012, alle ore 21:08, [email protected] ha scritto: > I'am interested too, how good is built in HTTP server in 1.2.6 > compared to nginx? as on some nodes, we don't need NGINX at all and > using it only to proxy requests to uwsgi. > >
The 1.2 http router could fail on 'network problems' as its management of blocking writes is pretty flaky. 1.3 Fully support blocking writes (even if the code is really messy), and thanks to its relatively-large user-base of https mode it got a lot of tests. Having said that, you have to take in account it does not support advanced features like http pipelining and keepalives. Very probably i will maintain it as a HTTP/1.0 server, while moving all of the effort of an extremely advanced proxy to the blastbeat project. -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
