[TDP] On easy software deployment
Tom Novelli
tnovelli at gmail.com
Wed Apr 4 04:54:27 PDT 2007
> I recommend using WSGI[1]. That way you can freely switch between
> CGI[2], FastCGI[3], mod_python[4], or whatever[5]. It's lightweight and
> allows for the use of middleware[6], too. And it's included in python
> 2.5[7].
Thanks, Jeff... I forgot all about WSGI, after reading it in the 2.5
release notes.
> I would also recommend SQLAlchemy[8], but you may consider that
> heavyweight. I consider it well worth it for decoupling the codebase
> from one particular database (particularly SQLite), but what do I know.
>
> [8]: http://www.sqlalchemy.org/
You're right, I don't think this CMS will have enough SQL code to
justify another layer. Looks interesting, though.
Tom
More information about the TUNES
mailing list