Il giorno 13/apr/2012, alle ore 09:12, Chunlin Zhang ha scritto: > Roberto De Ioris <roberto@...> writes: > >> Regarding your patch, i fear that stopping the iteration of a > generator in >> the middle will leak memory or (in the case of ugreen/greenlet) will > leave >> the stack in an inconsistent state (i am not sure about that, i will > make >> some test) >> >> Many thanks > How about this issue,I am frustrated with this issue,because if there > is user cancel action in browser,the log file will increase up to > several GBytes even 10+GBytes. > Does the newest version(1.1.2 ?) fix it?
You may want to try the latest tip. Currently it is very basic (it raises a generic IOError). In the future i will allow to set a specific exception class. Looks like the problem i got with ugreen/gevent was related to bad gil usage, as the current patch works flawlessly with both :) -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
