Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does the memory footprint of some common web framework(s) compare?

Hypothetically, if I were to build the same app using a few popular/similar frameworks, say PHP(cakePHP|Zend), Django, and Rails, should the memory consumption of each be roughly the same?

Also, I'm sure many have evaluated or used each and would be interested in which you settled on and why?

like image 228
Ronn Avatar asked Jan 02 '09 12:01

Ronn


1 Answers

Code with whatever framework you like best. Then pray your app is popular enough to cause memory problems. We should all be so lucky.

like image 149
ryonlife Avatar answered Oct 04 '22 19:10

ryonlife