Re: PHP vs. Python
From: Paul Rubin (//phr.cx_at_NOSPAM.invalid)
Date: 12/23/04
- Next message: Kurt B. Kaiser: "Weekly Python Patch/Bug Summary"
- Previous message: Maurice LING: "Re: Installing new version, erasing previous versions of Python"
- In reply to: Jeremy Bowers: "Re: PHP vs. Python"
- Next in thread: Eric Pederson: "Re: PHP vs. Python"
- Reply: Eric Pederson: "Re: PHP vs. Python"
- Reply: Duncan Booth: "Re: PHP vs. Python"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Dec 2004 18:27:14 -0800
Jeremy Bowers <jerf@jerf.org> writes:
> Your point is circular; "fast enough (right now)" can be defined as
> "doesn't need to scale (right now)".
>
> For any given server app, enough clients will bog it down. If you're
> trying to claim that PHP has less trouble with this, I've seen a lot of
> PHP sites go down under load, so it is clearly not a non-issue.
>
> Python's scaling isn't automatic, it's just easier to do.
I've never heard of any large sites being done in Python, with or
without scaling. By a large site I mean one that regularly gets 100
hits/sec or more. There are many sites like that out there. Those
are the ones that need to be concerned about scaling.
For sites that get less traffic than that, they only reason they need
to scale if they're written in Python is that Python is too slow.
- Next message: Kurt B. Kaiser: "Weekly Python Patch/Bug Summary"
- Previous message: Maurice LING: "Re: Installing new version, erasing previous versions of Python"
- In reply to: Jeremy Bowers: "Re: PHP vs. Python"
- Next in thread: Eric Pederson: "Re: PHP vs. Python"
- Reply: Eric Pederson: "Re: PHP vs. Python"
- Reply: Duncan Booth: "Re: PHP vs. Python"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|