Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > WSGI-server in the standard distro?

Reply
Thread Tools

WSGI-server in the standard distro?

 
 
Thomas W
Guest
Posts: n/a
 
      08-07-2005
Will there be a WSGI-server like BaseHTTPServer etc in the standard
distro? I think that would increase the adoptation of the
WSGI-standard. A new web-framework for python pops up every other week
and more and more support WSGI. Why not focus on getting an optimized,
production-grade fully documented WSGI-server into the distro? Right
now the BaseHTTPServer seems to be usable for development and testing,
not production environment. Perhaps if there was allready a working
WSGI-server in the distro we could focus on that being ready for real
heavy-loads in production environment instead of making a WSGI-server
for each and every web-framework available ( CherryPy and Django each
got their own WSGI-server written in python, think Twisted has one as
well, but they all claim it's only suitable for testing/development.).

The problem is perhaps the threads vs select ( vs fork? )
discussion/war?? If the distro contained a working thread-based
WSGI-server the select/twisted-camp wouldn't use it anyway?

The beauty of python is that it comes "with batteries included", with
servers for CGI, HTML etc. but it doesn't seem like these are ready for
real work. I don't care if some parts of the server has to be done in C
for speed reasons, but it's bummer to allways have to install Apache to
get a production-ready environment. Having a HTTP1.0/1.1-compliant
production-grade WSGI-only server in the distro would be sweet

I might be demanding a bit much here, but still ... Any thoughts?

Anyhow, even a test/development-only WSGI-server implementation should
be in the standard distro IMHO.

Thomas

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
standard libraries don't behave like standard 'libraries' Sriram Srinivasan Python 13 11-12-2009 06:05 PM
What are the standard network functions provided in standard C? disappearedng@gmail.com C Programming 5 06-10-2008 08:57 PM
How to redirect a "system" standard output and standard error to avariable (Linux) Venks Ruby 5 12-06-2007 12:21 AM
add pexpect to the standard library, standard "install" mechanism. funkyj Python 5 01-20-2006 08:35 PM
How standard is the standard library? steve.leach Python 1 04-18-2005 04:07 PM



Advertisments