Hi In part of my app i have to run a long process on server and at the end send the result to client. so i am looking for kind of *async* view/response/... to *push* some messages to client while process continues on server.
There is some good solution for python 2.x like gevent, but i'm using python 3.3. So far i found *pyzmq* which seems does the job, but there is another problem with *waitress* and response buffering issue. i also try *gunicorn* which i end up with bunch of timeout errors. So i would like to know if anyone has some experiences with python3 pyramid async stuffs? which server do you recommend for both development and production case? Thanks. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
