Hi,
I found some old thread on this subject, but not much further info...
Anyone aware of some standard http request / response componenets,
that can be used in multiprocess environment? It seems that every
framework reinvents it again and again. It would be cool to have
request / response in a se
2005/9/10, Ian Bicking <[EMAIL PROTECTED]>:
> Ksenia Marasanova wrote:
> > Sorry if this is a trivial question, but does it sounds reasonable to
> > use WSGI for "pluggable" standard applications, instead of usual
> > Python imports? For example, standard new
Hi,
Sorry if this is a trivial question, but does it sounds reasonable to
use WSGI for "pluggable" standard applications, instead of usual
Python imports? For example, standard news module, like:
app = NewsApp(path='/site/news/')
The content of news app would be inserted into site template,
gene
Op 12-aug-2005, om 23:08 heeft [EMAIL PROTECTED] het volgende geschreven:
> If a Quixote application were installed in Paste and used a third-
> party
> session manager, the session object would have to:
> - allow arbitary attributes.
> - default .user to None.
> - have a .set_user(user) me
> On 6/2/05, Ksenia Marasanova <[EMAIL PROTECTED]> wrote:
>
>
>> I used it quite a lot, and while it is fast, bugs free and simple to
>> use, total separation of markup and code is IMHO contraproductive -
>> every simple change mostly requires changing two files.
Op 3-jun-2005, om 0:10 heeft Shannon -jj Behrens het volgende
geschreven:
> Anyone have any comments on HTMLTemplate?
I used it quite a lot, and while it is fast, bugs free and simple to
use, total separation of markup and code is IMHO contraproductive -
every simple change mostly requires