Timothy Soehnlin wrote:
> On another note, I am also wanting to integerate 
> multiple server environments, and specifically
> with this question, mod_python.  Now I have my
> framework working with mod_python but I have
> recently created a standard request object that
> all the different server environments plug into
> by initializing the object with an environment
> dictionary, a file to read the user data from
> (for posts and whatnot), and then a write
> function that gives direct control to returning
> the request output to the user.

Congratulations, you just reinvented WSGI. ;)


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to