Vote
0
What is your preferred language for application server development?
Angsuman Chakraborty
May 25th, 2009
Filed under Polls |
8 Comments |
Email this Article
|
Related Polls |


June 6th, 2009 at 3:18 pm
PHP is the best
June 6th, 2009 at 9:34 pm
php
June 9th, 2009 at 2:06 pm
Hi,
i think it is missing RubyOnRail and PHP.
Because i think maybe those are much used.
Thanks
June 10th, 2009 at 7:31 am
PHp is the best most popular and most easy to study
June 11th, 2009 at 4:43 am
python
it’s both easier and more powerful than php
and with python you can write nicier code:
(PHP)
if (array_search($name, $people_list))
sayHello();
else
$new_record = array(’name’=>’Joe Smith’, ‘age’=>20);
(Python)
if name in people_list:
say_hello();
else:
new_record = {’name’:'Joe Smith’, ‘age’:20}
I think I don’t need to tell which code is more readable
June 16th, 2009 at 9:23 am
I can’t believe how many ppl use Java as to build app servers. I prefer c or maybe c++. once u take care of mem leaks u have a solid state product in hand that can take on the world. Java apps will stroll with just 500+ connections i guess on a low end server. Johl
June 18th, 2009 at 8:14 am
I will go with Javascript since i am not too familiar with many others. And it is easy to use and there are also lots of books about it. So i will go with it!
June 19th, 2009 at 2:08 am
I will go with Java. Since I am kin of familiar with it and it is also very popular with everyone I guess.