Opened 11 years ago
Last modified 4 years ago
#811 new enhancement
Move away from Paste*
Reported by: | joar | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.12.0 |
Component: | infrastructure | Keywords: | paste, wsgi |
Cc: | Christopher Allan Webber, berkerpeksag | Parent Tickets: |
Description
I don't like the PasteScript and PasteDeploy libraries that we use since they seem to lack a visible community and there are other replacements out there with wide adoption and living communities.
I talked a bit with Chris on IRC about this, this issue could be seen as a RFC on this my proposal.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Cc: | added |
---|
Just FTR, I've removed PasteScript(wrote a new "gmg serve" command) and paste.server(replaced with Gunicorn) dependencies in my Python 3 branch.
comment:3 by , 4 years ago
Milestone: | → 0.12.0 |
---|
I'd also like to see this happen. I talked to Piotr Ozarowski at debconf, who said that upstream is pretty much inactive, and recommended moving away from it. Would uwsgi be more reasonable? At the very least, an example wsgi script would be really great to have.