Right, so if you have to decide on a server-side language for a distributed Linux-based server backend, would you choose:
- PHP
- Mono ASP.net
- Java
- Python (I've just added this because Google use it)
As a C++ programmer, I'm thinking Java+Tomcat, but I'd love to hear experienced thoughts here, especially relating to debugging and IDE (likely Eclipse).
Also, please, it's not a flame question. I'm seeing excellent sites written in all, I'm just thinking about the compile/debug/release cycle.
I'm effectively receiving some HTTP request, and performing a reasonably sophisticated server-side function in response. Sort of like a distributed, stateless RPC/REST system.
Cheers,
Shane