[Flask] flask queue question

Rita rmorgan466 at gmail.com
Thu Jul 6 21:02:00 EDT 2017


Been using flask in my lab for the past few years. It just works. We
recently got some grad students and it seems we are seeing some slowness in
our flask applications running on Windows 2012 with enthought python.

currently I am running it in a single threaded mode with nginx (
http://flask.pocoo.org/docs/0.12/deploying/wsgi-standalone/#proxy-setups).
My question is: When 2 users hit my flask page, does it get blocked until
the first user finishes his request - it seems that the case. Is there a
way to view the "queue" length? How is this queue maintained, or is it done
by operating system networking stack?



-- 
--- Get your facts first, then you can distort them as you please.--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20170706/6476e41e/attachment.html>


More information about the Flask mailing list