View Single Post
  #5 (permalink)  
Old 11-07-09, 09:26 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
I found a noticeable performance difference between the two - I think Perl is faster for simple scripts, but PHP probably performs better for more complex scripts that require library calls.

The analysis was done with a SOAP interface, and PHP consistently performed better. An equivalent script was written in both Perl and PHP.

I suspect this is due to the time required to interpret the Perl SOAP code.

It wasn't an exhaustive test, but if performance is a consideration, it's worth looking into.
Reply With Quote