[ale] Python webdev people -- I need your help

Ed Cashin ecashin at noserose.net
Thu Sep 15 21:01:02 EDT 2016


The trendy was is to use something like gunicorn to hand requests off to
Python framework like Flask, with routing in the framework.

No law against CGI, though.

On Thursday, September 15, 2016, Pete Hardie <pete.hardie at gmail.com> wrote:

> Does Django fit into that model?  I used it a bit a few years ago when I
> was trying to do Python web development for a home project
>
> On Thu, Sep 15, 2016 at 10:48 AM, James Sumners <james.sumners at gmail.com
> <javascript:_e(%7B%7D,'cvml','james.sumners at gmail.com');>> wrote:
>
>> I need to setup a server that will have multiple users, each of which
>> will need to develop Python scripts that will be served to web requests.
>> With PHP, this can be accomplished with a single php-fpm process. Requests
>> will come in to the web server for things like "coolscript.php" and the web
>> server will feed "coolscript.php" through its connection to php-fpm and
>> serve out the result. Is this sort of setup possible with Python? What I'm
>> seeing is that a uWSGI process will need to be started for each script, and
>> that process will be long running.
>>
>> --
>> James Sumners
>> http://james.sumners.info/ (technical profile)
>> http://jrfom.com/ (personal site)
>> http://haplo.bandcamp.com/ (music)
>>
>> _______________________________________________
>> Ale mailing list
>> Ale at ale.org <javascript:_e(%7B%7D,'cvml','Ale at ale.org');>
>> http://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
>>
>>
>
>
> --
> Pete Hardie
> --------
> Better Living Through Bitmaps
>


-- 
  Ed Cashin <ecashin at noserose.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20160915/b380b237/attachment.html>


More information about the Ale mailing list