Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Hi,
iam an undergraduate student and we have been asked to develop a election voting system for a assignment and we hope to develop it as a website.what is the best programming language and what should be the database to get the maximum performance? Any suggestions? Thank you
Posted

It's not a simple question: "maximum performance" is a relative term. Writing to a text file is the fastest way, but I really wouldn't suggest it for a multi-user system (which a voting system is likely to be). You need to think about all the constraints of your system design specification before you can make decisions like that.

It's a similar problem with the language: what it best for me may not be the best for you. If I know (and can use very well) the BALROG programming language it could easily be the best for me - but if you don't know anything about it, then it would give you a massive learning curve.

Sorry - but it's your homework! You will have to do it yourself. :laugh:
 
Share this answer
 
check out the CMS Joomla - You can write an extension to that CMS (some PHP, some JavaScript, some HTML and some SQL).

Not too complicated and suitable for a defined project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900