| Article: |
Mod_python's PSP: Python Server Pages | |
| Subject: | How does PSP compare to Spyce? | |
| Date: | 2004-02-27 02:29:58 | |
| From: | g-rayman | |
| Is Spyce [PSP] an implementation of PSP or a different framework with the same name? | ||
Showing messages 1 through 2 of 2.
-
How does PSP compare to Spyce?
2004-02-27 06:37:28 batripler [Reply | View]
Spyce PSP has a number of advantages over mod_python PSP. A big plus is that it is portable, running over many webserver configurations, including mod_python. Spyce is also very fast, but it's written in pure Python. The Spyce PSP language supports first-class Spyce functions, which mod_python does not. This is useful for templating, among other uses. Spyce also supports active tags, ala JSP. Spyce supports threaded execution, comes with a rich set of pre-written standard modules. etc...



