On Wed, Oct 29, 2008 at 9:43 PM, Lie <[EMAIL PROTECTED]> wrote:
> On Oct 27, 2:36 pm, Paul Rubin <http://[EMAIL PROTECTED]> wrote:
>> It's not optimal but it is very common (CGI for example).
>
> CGI? When you're talking about CGI, network traffic is simply the
> biggest bottleneck, not something like python interpreter startup
> time. Also, welcome to the 21st century, where CGI is considered as an
> outdated protocol.

That's right. That's why we have WSGI. That's
why we built mod_wsgi for Apache. Hell taht's
why we actually have really nice Web Frameworks
such as: CherryPy, Pylons, Paste, etc. They
perform pretty damn well!

--JamesMills

-- 
--
-- "Problems are solved by method"
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to