|
|
|
|
|
by pvg
5997 days ago
|
|
I wonder what you're comparing PHP to. PHP is faster than Ruby and about the same speed as Python. Threading is not a pressing need in the sort of environment PHP typically runs - multiprocess web servers. Python and Ruby, when used for web apps also manage just fine with 'little to no support of multithreading'. And as someone else pointed out, it's not a framework to begin with (although there are PHP frameworks). The language is not without its warts and limitations but I don't think they're the ones you've listed. |
|
I'd like to see your source for the performance claim. To my own I can bring e.g.
http://xodian.net/serendipity/index.php?/archives/27-Benchma...
http://blog.dhananjaynene.com/2008/07/performance-comparison...
I found threading a great shortcoming of PHP. I had web services that required data from several sources and was in need of querying in parallel. there are about 370,000 results for +php +multithreading on Google so I assume it's more than just myself.