<div dir="ltr">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 &quot;coolscript.php&quot; and the web server will feed &quot;coolscript.php&quot; through its connection to php-fpm and serve out the result. Is this sort of setup possible with Python? What I&#39;m seeing is that a uWSGI process will need to be started for each script, and that process will be long running.<br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">James Sumners<br><a href="http://james.sumners.info/" target="_blank">http://james.sumners.info/</a> (technical profile)<br><a href="http://jrfom.com/" target="_blank">http://jrfom.com/</a> (personal site)<br><a href="http://haplo.bandcamp.com/" target="_blank">http://haplo.bandcamp.com/</a> (music)</div>
</div>