|
|
|
|
|
by sam_lowry_
579 days ago
|
|
One thing PHP got right is its 'PHP must die' mode of operation where every request spawns a new process (ok, not a process anymore but still an isolated execution environment that lasts until the response is served. Java, Ruby, C#, etc are application servers and this massively complicates everything. |
|
I have heard a lot of praise for both laravel and php and I still reserve judgement, but since trying it out I take all the performance claims one way or another with 100% my daily recommended intake of salt.