I read an article about "Considering the server VM". 
 
In this article I realize the JVM (Sunīs) actually contains different VM inside 
the binary thatīs executed to start up Java applications: the Client and The 
Server VM.
 
The server VM trades priorities for emphasis on greater scalability for 
server-type apllications and the Client VM priorize startup time and minimizing 
latency of GC. 
 
BY default, Java uses the client VM and It recommends  to passing the  "- 
server" command-line option to the java VM on startup.
 
Does anyone used and know, how to pass this parameter to use with Tomcat 5.0.x 
? and whatīs result reached? 
 
TIA
 

Acacio Furtado Costa
Pesquisa e Tecnologia

GIA - Magnesita S/A
*  [EMAIL PROTECTED]

 

Reply via email to