A piece of CherryPy for CGI programmers

19
Anonymous Reader writes “CherryPy uses the same concepts as CGI to bind a Web server to a Web application, but it improves performance and gains persistence across requests by handling all its requests within a single process. Find out how to write Web applications with CherryPy, an application framework for Python that makes Web applications easier to write than plain CGI.”

Link: ibm.com/developerworks