I'm pretty sure Python and Lighttpd is involved somehow...
2007-02-24
11:05:53
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Some answerers have responded this question to reply that it doesn't matter which web technology one uses, because all of them are equivalent in power -- ie, there is nothing one can do that another couldn't.
While this is literally true, it is also vacuously true. If one wanted, one could implement a web server in assembly; then write more assembly to serve web pages, manage state, and one could even write a custom assembly database. It is vacuously true that the simplest computer language has power.
The root of my question was not asking about which languages have the "power" to implement Digg, Del.icio.us.
The properties that I am interested in are:
-Efficiency of development
-Security
-Extensibility
-Interaction w/ other systems
ASP and Java have a distinct advantage when interacting with existing enterprise frameworks, RPC, XML, etc. PHP is only catching up in that area.
All the technologies are different. I am asking which techs Internet leading websites have chosen.
2007-02-25
15:03:53 ·
update #1