> We are in a process of making a routing selector , am just curious what > advantage the JAVA can have over C++ ( apart from multiplatform) in > processing the request faster...??? > > Is there any article that i can read to understand how to make the process > fast or how we can tweak around with JVM or BYTE code for the same....
Short of tweaking bytecode, your best bets would be (AFAIK) to find the best JVM and JIT combination for your platform, and optimize your code aggressively in conjunction with that. If that still doesn't meet your performance needs, then perhaps it's worth optimizing the bytecode. I remember reading somewhere that since a lot of the optimization of the JVM is done by the JIT at runtime, optimizing bytecode ahead-of-time might be sometimes counterproductive (though I can't quote where I read that, take it with an appropriately-sized grain of salt.) Good luck - Hari --------------------------------------------------------------------------- Hari Selvarajan Tech Lead DCIS, Inc. [EMAIL PROTECTED] www.dcis.net --------------------------------------------------------------------------- ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]