Re: Is mod_python 3.1 good for commercial blogging/CMS?

2005-11-08 Thread Ben Sizer
Anthony L. wrote: 1. I want to use CGI through Publisher handler, instead of CGI handler or PSP. Despite the speed increase mod_python gives me, there is a problem of persistence that can be a problem when dealing with a site that will hosts potentially hundreds of simultaneous users. What

Re: Is mod_python 3.1 good for commercial blogging/CMS?

2005-11-08 Thread John J. Lee
Ben Sizer [EMAIL PROTECTED] writes: [...] It as not easy to work with the CGI-style code in a WYSIWYG web editor as it is to edit a template, which is probably the main reason for their use. Also, coding everything with req.write() means that each [...] You seem to believe CGI is incompatible

Re: Is mod_python 3.1 good for commercial blogging/CMS?

2005-11-08 Thread Anthony L.
In article [EMAIL PROTECTED], Ben Sizer [EMAIL PROTECTED] wrote: Anthony L. wrote: 1. I want to use CGI through Publisher handler, instead of CGI handler or PSP. Despite the speed increase mod_python gives me, there is a problem of persistence that can be a problem when dealing with a

Re: Is mod_python 3.1 good for commercial blogging/CMS?

2005-11-08 Thread Anthony L.
In article [EMAIL PROTECTED], Francois Lepoutre [EMAIL PROTECTED] wrote: 3. I am not very attracted to PSP because I want to separate the logic from the presentation as completely as possible [...] In view of your project why not consider cherrypy as well? It may be an alternative to

Re: Is mod_python 3.1 good for commercial blogging/CMS?

2005-11-08 Thread Anthony L.
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (John J. Lee) wrote: Ben Sizer [EMAIL PROTECTED] writes: [...] It as not easy to work with the CGI-style code in a WYSIWYG web editor as it is to edit a template, which is probably the main reason for their use. Also, coding everything with

Is mod_python 3.1 good for commercial blogging/CMS?

2005-11-07 Thread Anthony L.
I am writing a web application that is comparable to a content management system used in blogging. I really want to use Python after having done some evaluation coding using Python 2.3.5 with mod_python 3.1.4 running on Apache 2.0 with the Publisher handler. However, I am still very hesitant