Python web service ...

Luis M. González luismgz at gmail.com
Sun Aug 27 00:26:38 EDT 2006


nicolasg at gmail.com wrote:
> My question is how difficult is to set up a web server that can run
> python easy ? should I try ZOPE or there is something better in mind ?

I also second the suggestion of using Karrigell.
It comes with its own built-in server, and the task would be as simle
as writing the script and  starting the server.

If performance and scalability is an issue, you could try mod_python,
which is an Apache module for running python, but this would require
installing and configuring Apache and mod_python separately.

luis




More information about the Python-list mailing list