bug-myserver
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-myserver] which direction for python?


From: Giuseppe Scrivano
Subject: Re: [bug-myserver] which direction for python?
Date: Tue, 09 Sep 2008 11:42:03 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hello,

"Daniele Perrone" <address@hidden> writes:

> Hi everybody!
>
> I'm working on python plugin, and now i'm in front of a point of
> decision. it's better working in order to imitate mod_python of apache
> web server, and then can load django and other mod_python compatible
> application on myserver, or working on an new API, maybe better of
> mod_python API, but with no already application working on it?

The python_http_handler plugin already offers some mod_python
functionalities, they just need to be improved in order to support
mod_python completely.
Doing in this way we will make possible to use many web applications
(like django) with myserver, creating a new API will not solve any
problem because it means all applications using mod_python must be
modified to support a new interface.  Surely we can add new features
if we think they are "better" than mod_python, we will not break the
support to mod_python and offer something more.  Maybe offer in python
the scheduler continuations mechanism?

Giuseppe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]