Re: PHP vs. Python

From: Paul Rubin (//phr.cx_at_NOSPAM.invalid)
Date: 12/23/04


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.



Relevant Pages

  • Re: [PHP] Re: Re: Re: php-cli vs python
    ... anyway on the topic, ive never used python, but i run gentoo and portage is ... php does have some annoyances, but i find they can almost always be handled ... In order to make a long term decision about a language, ... Library support ...
    (php.general)
  • Re: Python as replacement for PHP?
    ... > Python is not even close to being suited for this task. ... PHP claims to be ... sites) fails to handle error conditions, and will run amok given a ... - PHP, "the web designer's ideal first language", started out life as ...
    (comp.lang.python)
  • Re: Python as replacement for PHP?
    ... > Python is not even close to being suited for this task. ... PHP claims to be ... sites) fails to handle error conditions, and will run amok given a ... - PHP, "the web designer's ideal first language", started out life as ...
    (comp.lang.php)
  • Re: Re: Re: php-cli vs python
    ... I know that both php and python have support ... Am I to understand from this statement that python has also ... In order to make a long term decision about a language, ...
    (php.general)
  • Python as replacement for PHP?
    ... HTML using PHP. ... I am advocating considering switching to Python for a number of ... HTTP requests) in one language. ... functions from a Python script? ...
    (comp.lang.python)