Date: 08/26/07 (Java Web) Keywords: java Java is used either for long running server side applications / application servers or for running short scripts. Let’s look at how you can speed-up both these type of applications. How to speed-up server-side Java applications It is very simple really. Just add -server after the java command like this: java -server HelloWorld Replace HelloWorld with your application name. [...] Source: http://blog.taragana.com/index.php/archive/how-to-speedup-java-over-100/
|