[Flask] Flask Digest, Vol 7, Issue 9

Kyle Lawlor klawlor419 at gmail.com
Tue Jan 19 12:26:09 EST 2016


I'm not really sure what I am looking for, to be honest. I'm trying to
learn about concurrency and async programming with Flask. It looks like
gevent and uWSGI are probably a good place to start. (
http://sdiehl.github.io/gevent-tutorial/) (
http://uwsgi-docs.readthedocs.org/en/latest/Gevent.html) I didn't realize
how old the Spawning project was until after I posted.

On Tue, Jan 19, 2016 at 12:00 PM, <flask-request at python.org> wrote:

> Send Flask mailing list submissions to
>         flask at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/flask
> or, via email, send a message with subject or body 'help' to
>         flask-request at python.org
>
> You can reach the person managing the list at
>         flask-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Flask digest..."
>
>
> Today's Topics:
>
>    1. Example usage of Spawning server with Flask apps (Kyle Lawlor)
>    2. Re: Example usage of Spawning server with Flask apps (David Lord)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 19 Jan 2016 11:45:11 -0500
> From: Kyle Lawlor <klawlor419 at gmail.com>
> To: flask <flask at python.org>
> Subject: [Flask] Example usage of Spawning server with Flask apps
> Message-ID:
>         <CACaYNLRPY9oGRyJ0qjwwQUZVu3=waAa=
> y-DPrXFe8dajexqwSg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi, all. I hope that the new year is treating everyone well. I'm curious to
> know if anyone in the community has experience using the Spawning server (
> https://pypi.python.org/pypi/Spawning) with Flask apps. If there are
> references or examples that people would be willing to share, I would
> appreciate it.
>
> Thanks,
> Kyle
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/flask/attachments/20160119/2a4b187a/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 19 Jan 2016 08:52:38 -0800
> From: David Lord <davidism at gmail.com>
> To: flask at python.org
> Subject: Re: [Flask] Example usage of Spawning server with Flask apps
> Message-ID: <569E69D6.90902 at gmail.com>
> Content-Type: text/plain; charset="windows-1252"; Format="flowed"
>
> Seems to follow the pattern of any other WSGI server: you call it with
> the path to the WSGI callable (the app in Flask's case).  Was there
> something specific you were looking for?  Note that the last commit was
> four years ago, and it doesn't appear to support Python 3.  The modern
> recommended servers are uWSGI, Gunicorn, or mod_wsgi with Apache.
>
> On 01/19/2016 08:45 AM, Kyle Lawlor wrote:
> > Hi, all. I hope that the new year is treating everyone well. I'm
> > curious to know if anyone in the community has experience using the
> > Spawning server (https://pypi.python.org/pypi/Spawning) with Flask
> > apps. If there are references or examples that people would be willing
> > to share, I would appreciate it.
> >
> > Thanks,
> > Kyle
> >
> >
> > _______________________________________________
> > Flask mailing list
> > Flask at python.org
> > https://mail.python.org/mailman/listinfo/flask
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/flask/attachments/20160119/e3d94f70/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Flask mailing list
> Flask at python.org
> https://mail.python.org/mailman/listinfo/flask
>
>
> ------------------------------
>
> End of Flask Digest, Vol 7, Issue 9
> ***********************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20160119/216b3d50/attachment.html>


More information about the Flask mailing list