On Fri, May 23, 2008 at 4:16 PM, Cassiano Alves <[EMAIL PROTECTED]> wrote:
> Does anybody know about some case like that? > Is there some benchmark comparing Mina and C/C++ ? > Yes, there is a benchmark of Mina compared to Apache 2.0.52 (which is written in C/C++) in a very simple http environment available on the Mina project site (http://mina.apache.org/performance-test-reports.html). However, in a real world environment, you may experience that Java is a little bit slower than a highly optimized C/C++ application, but development and maintainance is much more joy with Java. Because of this, a more efficient application design is possible that can outperform a C/C++ solution in the long term also from a performance perspective. You should also take into account, that Java applications are not vulnerable for the most common c/c++ exploits like buffer overflows and so on. regards Daniel
