when does is make sense to use a ASP style Page (.psp) over a Python-
based CGI script with IIS.
?

http://support.microsoft.com/kb/276494

ASP requires registering the python engine.

which has better performance?
The ASP style uses a new part of the python language which is
unfamiliar to me, e.g. "Response.Write('Python Test<br>')" . Where can
i learn about the syntax for ASP (PSP) with Python?

Thanks!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to