|
|
|
|
|
by windle
5493 days ago
|
|
Yep, Python works great so far, I threw up a little cookbook recipe for a Pyramid app:
http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/... Since its fairly easy to composite multiple WSGI apps together, one could run a few different Python WSGI-based apps under a single multi-threaded process to take full advantage of the free quota. That would work with Pylons/Pyramid/Flask and other Python web frameworks that don't rely on a single set of module global settings (Django). |
|