Hi everyone,
I get more often the answer, when asking performance related stuff regarding PHP applications, that PHP really isn't the language for high-performance applications, and that a compiled language really is the way to go. The only thing holding me back to PHP is that it's what I have learned to work with for some while now and the development is quite rapid.
So, is PHP a thing of the past and should be put aside in web applications in favour of Ruby, for instance?
Update:
Premature optimization is usually what I have gotten as an answer when being too focused on optimizing stuff too early in the process, but I feel that it's quite far away from choosing the right language which has the best prerequisites.
Thanks