Web server with Python

Peter Kropf pkropf at legato.com
Thu Sep 11 18:10:25 EDT 2003


Another to consider is WebWare (http://webware.sourceforge.net/). I've used
it on Windows, Solaris and Linux to create comparably sized sites...

- Peter


-----Original Message-----
From: Patrick Useldinger [mailto:p.useldinger at myrealbox.com] 
Sent: Thursday, September 11, 2003 3:04 PM
To: python-list at python.org
Subject: Web server with Python


Hi all, 
after my unsuccessful try to run Apache 2 with mod_python and Python 2.3, I
am looking for an alternative approach. My aim is to write a small web-based
application:

Python
- the solution must be based / usable on Python 2.3

Portability
Targeted plaforms are
- Windows 2000 Server
- Windows XP Pro
- AIX 5.1

Webserver:
- supporting up to 50 concurrent client connections
- must be able to use Python 2.3 to create dynamic pages
I can think of 3 alternatives to Apache:
- Medusa
- Twisted
- Zope
Which one is the easiest to work with? Which one is known to work on an AIX
5.1 platform, for instance?

Persistent storage
- Is ZODB easily usable from outside Python, i.e. to produce reports without
reverting to programming?
- Is MySQL with Python a good combination?


Regards,
-PU
-- 
http://mail.python.org/mailman/listinfo/python-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20030911/3961620b/attachment.html>


More information about the Python-list mailing list