My Photo

Search


Twitter Updates

    follow me on Twitter

    Interesting Links

    Other Content

    Creative Commons Attribution-NonCommercial 3.0 Unported
    Blog powered by TypePad
    Member since 08/2003

    Become a Fan

    « How to prevent search engines keeping cached pages of your site | Main | Open Formats for Services: Hymns »

    Wednesday, April 13, 2005

    TrackBack

    TrackBack URL for this entry:
    http://www.typepad.com/services/trackback/6a00d8345296c369e200d83476b29a69e2

    Listed below are links to weblogs that reference The Concurrency Model Debate:

    Comments

    Feed You can follow this conversation by subscribing to the comment feed for this post.

    Ian Bicking

    FWIW, Python is in the same state as Perl, Ruby, and Java. mod_php is the exception, in that it provides a long-running process that is also somewhat isolated. All of them (well, except for Java) have a variety of deployment methods that include CGI, mod_*, and forking (and sometimes threaded), including Python (even excluding WSGI). In most cases these deployments options are per-framework, and this is what WSGI tries to resolve for Python.

    Not that I don't want to fix this too, but we're not worse off than anyone else.

    DaveW

    Ian,

    My take is that at the cheaper levels of hosting (ie those without root access) you get mod_php and mod_perl but for ruby and python you get only cgi.

    What I want to see is support for wsgi in these lower hosting plans. To get that we will need the range of wsgi servers and most frameworks to support wsgi so that hosting companies can simply provide something that opens up lots of python options.

    The comments to this entry are closed.