Building a very large website, need advice on whether to use Zend, Symfony, Ruby or Django -


i'm starting build website, based on idea i've been thinking through past 2 years. i'll go in bit of detail website do, more of audience have.

when website launched, used associations throughout west midlands (i'm in uk). altogether there on 130 associations, each association has between 5 25 members. there possibility of lot of traffic here. add this, when website rolled out, every association (hopefully) in every county of uk on website. further this, there traffic generated people know what's going on these associations, may not in them.

as can see, have potential large user base. website code (i know server issues) needs able deal these effectively. doesn't have lightening quick, can't take 10 minutes process request either. it's important there lot of content being uploaded (images , videos being 2 main content hogs) , viewed @ same time.

so, while planning website, can't make mind use out of zend, symfony, ruby or django. know lot of companies use zend, i'm inclined go that. however, have never used before, have used symfony. i'm not sure if symfony handle sort of website want build. have been hearing lot of things ruby , django, i'm unsure whether use these. have looked @ respective websites, , quick etc.

i know sounds bit subjective, , don't mean be. purpose of big website, suit need best?

as far php frameworks concerned, in recent pool @ dzone titled which php framework use today brand new application?, zend framework selected preferable new projects. not sure django , ruby.

what recommend, have @ requirements of project, , check if needed components/modules/tools available given framework/language. example, if project require loot of charts, might want use pchart (php), while charting tools in django , ruby might more difficult use or less powerful. on other hand, if project require lot of numerical methods, go django, because there numpy , sympy python. basically, recommend choose framework , language suited project.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -