Well, Javasoft provides some general discussion about what was done on the -server implementation. In general, the client VM will start up faster. The server VM will do more up-front optimization. You really need to try both and convince yourself which is better for you.
David Frank Liu wrote: >any good docs on good/bad side of -server and -client option? >or maybe the only way is to try it? > >frank > >On Wed, 9 Oct 2002, David Kavanagh wrote: > >>You can certainly use it if you like. Each app reacts differently to it. >>Our app was faster where it counted. We did find that running xalan with >>jdom was faster in client mode (can't say why, or what part was affected >>most). >> >>David >> >>Frank Liu wrote: >> >>>isn't tomcat a server? why we don't use the java -server option? >>> >>> >>> >>>-- >>>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >>>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >>> >> >> >>-- >>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >
