On Fri, 13 May 2022 at 00:14, Jonathan Vanasco <[email protected]> wrote:

> - What's the recommended modern multiprocess enabled web server to do more
> scaleable Pyramid hosting?
>
> I like uWSGI, but others like gunicorn and I think there is another
> popular option.
>

I decided to go with Gunicorn, because I used uWSGI extensively. Gunicorn
is somewhat easier to manage with modern Python package management tools
like Poetry, plus you do not encounter the potential issues raising from
compiling C.

So far so good, only option I missing from Gunicorn is Waitress's
"url_prefix". Is there a generic way for setting the WSGI application root
/  URL prefix that is not specific to Waitress?

Opened a StackOverflow question on this one:
https://stackoverflow.com/questions/72284506/setting-application-url-prefix-with-gunicorn

Br,
Mikko

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAK8RCUtMQwaPvG3QdrjGgpt9sB_pHb3ZHzODF_V1TN56T%2BGmOw%40mail.gmail.com.

Reply via email to