PHP vs other scripting languages (performance)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Chung

    #1

    PHP vs other scripting languages (performance)

    Hi all,

    I am a completely newbie in server-side scripting language. Just
    wondering how well PHP is when it compares with other scripting
    languages. Is there any benchmark or performance chart?

    Thanks,
    Tim :-)
  • Colin McKinnon

    #2
    Re: PHP vs other scripting languages (performance)

    Tim Chung wrote:
    [color=blue]
    > Hi all,
    >
    > I am a completely newbie in server-side scripting language. Just
    > wondering how well PHP is when it compares with other scripting
    > languages. Is there any benchmark or performance chart?
    >
    > Thanks,
    > Tim :-)[/color]



    C.

    Comment

    • Alvaro G Vicario

      #3
      Re: PHP vs other scripting languages (performance)

      *** Tim Chung wrote/escribió (Wed, 15 Jun 2005 10:26:48 GMT):[color=blue]
      > I am a completely newbie in server-side scripting language. Just
      > wondering how well PHP is when it compares with other scripting
      > languages. Is there any benchmark or performance chart?[/color]

      If you're interested in performance you should probably be coding in any
      compiled language such as C. The key feature of PHP is its power and
      simplicity. It's very simple to learn, it's easy to code, it's free as in
      "free beer" and "free speach" and it combines well with HTML and you have
      libraries for almost every task you can think of.


      --
      -- Álvaro G. Vicario - Burgos, Spain
      -- http://bits.demogracia.com - Mi sitio sobre programación web
      -- Don't e-mail me your questions, post them to the group
      --

      Comment

      • Stephen Kellett

        #4
        Re: PHP vs other scripting languages (performance)

        >http://shootout.alioth.debian.org/

        You should read the benchmarking threads in comp.lang.ruby.

        Alioth is regarded as very poor and mis-informative. Read the thread to
        understand why.

        Stephen
        --
        Stephen Kellett
        Object Media Limited http://www.objmedia.demon.co.uk/software.html
        Computer Consultancy, Software Development
        Windows C++, Java, Assembler, Performance Analysis, Troubleshooting

        Comment

        • igouy@yahoo.com

          #5
          Re: PHP vs other scripting languages (performance)

          Stephen Kellett wrote:[color=blue][color=green]
          > >http://shootout.alioth.debian.org/[/color]
          > You should read the benchmarking threads in comp.lang.ruby.[/color]

          Did you notice the thread had been re-named
          Re: python/ruby benchmark(don't shoot the messenger)

          Also see the related threads
          Speed concerns, rudeness, and narrow-minded excuses
          Ruby and recursion (Ackermann benchmark)

          [color=blue]
          > Alioth is regarded as very poor and mis-informative. Read the thread to
          > understand why.[/color]

          Comment

          Working...