I heard about Waitress today on the Flask mailing list and it sounded like 
a really good match for my Flask app running on Heroku. I was able to 
change my requirements file and Procfile easily and get it running under 
Waitress. After adjusting the threads parameter to "8", I was able to 
achieve very similar performance to Gunicorn when running a loader.io test. 
However, latter in the day, I started getting some CSRF errors and login 
issues. That makes me think that cookies are getting messed up somewhere, 
but I'm not sure how to troubleshoot that. I am not getting any exceptions 
and everything seems to be ok otherwise. Could anyone shed some light on 
this?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to