Hacker News new | past | comments | ask | show | jobs | submit login

Web servers' performance benefit from concurrent programming models. Concurrent programming is certainly possible in Java, but Java/JVM is not particularly well suited for it compared to other languages/VMs, e.g. Erlang.



The concurrency model you use is heavily dependent on the scale of your application. Java is just fine for the typical web server stack.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: