Web server with Python
pd
p at d.com
Fri Sep 12 07:50:13 EDT 2003
More information about the Python-list mailing list
Fri Sep 12 07:50:13 EDT 2003
- Previous message (by thread): Web server with Python
- Next message (by thread): mixing for x in file: and file.readline
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How about skunkweb? I haven't used this, in fact I'm only just getting into python at the moment. Perhaps someone with experience can comment on this app... To quote the site, skunkweb ... "is an extensible, scalable and easy to use application server written in Python" hth Paul. p3d AT yahoo dot co dot uk Patrick Useldinger wrote: > 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
- Previous message (by thread): Web server with Python
- Next message (by thread): mixing for x in file: and file.readline
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list