most widely used python web app deployment style
Posted
by
mete
on Stack Overflow
See other posts from Stack Overflow
or by mete
Published on 2011-01-01T20:49:21Z
Indexed on
2011/01/01
20:54 UTC
Read the original article
Hit count: 243
I wonder which option is more stable (leaving performance aside) and is more widely used (I assume the widely used one is the most stable):
- apache -> mod_wsgi
- apache -> mod_fcgid
- apache -> mod_proxy_ajp
- apache -> mod_proxy_http
for a project that will serve REST services with small json formatted input and output messages and web pages, up to 100 req/s. Please comment on apache if you think nginx etc. is more suitable.
Thanks.
© Stack Overflow or respective owner