Lessons Learned
Myth: servers cannot be programmed in Java because
- either the performance would be inadequate or
- it would take too much time to optimize the Java code for speed/memory
Fact: for servers with moderate performance requirements,
- a Java implementation is usually fast enough, and
- it takes less time than a C/C++ implementation provided that the developer keeps performance and memory issues in mind while coding