Unanswered Questions in python.faqts.com

Alex Martelli alex at magenta.com
Tue Aug 22 03:44:38 EDT 2000


> 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).

> FAQTS : Computers : Programming : Languages : Python : Platforms :
> Windows
> Return parameters and win32com
> http://www.faqts.com/knowledge-base/view.phtml/aid/5291/fid/244/lang/

What IS the question?  Visiting this URL shows a basically blank page.


Alex






More information about the Python-list mailing list