Best unofficial Apache Server developers community |
|
Hi all, In order to develop a web application that can easily scale, provide production stability, is easily deploy-able, and allows for fast development cycles, what points would you recommend I look at before choosing one or the other framework - using Java and Tomcat, or Django and Apache/Mod_WSGI? Some pros and cons I could see immediately,
I've looked at Disqus's slides about scaling Django and am under no doubts it can be done. But would scaling a Django app be any harder than scaling a Java/Tomcat one? I'm familiar with both Java and Python and the frameworks mentioned above, and it boils down to getting feedback those who've worked with either (or both) on scale. Thanks!
posted via StackOverflow
|
|
 
|
I choose Python with Django, because it is better in deployment. You don't need build war. You only copy files on server and that's all. If you prefer Java look at Grails. But it has 2 minuses: building war and a lot of memory usage(200 mb without users). |