Unanswered Questions in python.faqts.com

Sam Penrose see at message.body
Tue Aug 22 23:46:18 EDT 2000


In article <8ntb9202fu5 at news2.newsguy.com>, "Alex Martelli" 
<alex at magenta.com> wrote:

> > FAQTS : Computers : Programming : Languages : Python : Common Problems :
> > Web Programming
> > What advantages does PyApache give over simple Python scripting?
> > http://www.faqts.com/knowledge-base/view.phtml/aid/1666/fid/246/lang/
> 
> Just like mod_python, mod_perl, etc:
> 
> 1. performance (no interpreter startup cost at every request)
> 2. ability to implement in Python, not just response handlers,
>     but all sort of handlers that Apache let you set (authentication,
>     logging, etc, etc).

Also memory leaks :-). And it doesn't appear to be supported anymore.

-- 
spenrose at well dot com



More information about the Python-list mailing list