W dniu 11.01.2011 00:36, [email protected] pisze: > Hello Łukasz, > > I know and used it, but I want to compare performance just with > by directly execugin code in running script. I know that gevent has so > ability, so I think uwsgi also may have it and asked about it. >
You can certainly create a generator with a yield. This allows you to return the result before the end of the request. However, it does not disconnect. Roberto certainly adds to my two cents. -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
