Re: A couple of performance related questions

2004-04-05 Thread Paul Mansfield
On Sat, 2004-04-03 at 18:57, Randy Paries wrote: BTW, yesterday someone sent out to the list a chart of times for connectors. I accidentally deleted it and can not find it on the archive. Could someone that still has that please email it to me directly? you really ought to run your own

RE: A couple of performance related questions

2004-04-05 Thread Shapira, Yoav
Hi, 3) setting -Xmx ,-Xss. (what is the default? I noticed in the catalina.sh, there is no -Xmx ,-Xss) Be careful between -Xss and -Xms. The former is the thread stack size, the latter is the heap minimum size. Very few people/cases should tweak -Xss. What you most likely meant is -Xms.

A couple of performance related questions

2004-04-03 Thread Randy Paries
Hello, I have a couple of performance questions. BTW, yesterday someone sent out to the list a chart of times for connectors. I accidentally deleted it and can not find it on the archive. Could someone that still has that please email it to me directly? I am using rh9, tomcat 4, apache 2 1)

Re: A couple of performance related questions

2004-04-03 Thread David Rees
Randy Paries wrote, On 4/3/2004 9:57 AM: 1) Is there any advantages/disadvantage to using mod_jk2 instead of mod_jk? Not really from my point of view. 2) has anyone used Jikes and seen a noticeable difference? It compiles faster, which is good if you have a slow machine and/or don't precompile

Re: A couple of performance related questions

2004-04-03 Thread Parsons Technical Services
Randy, Since David did 1 2 I'll give you 3. 3) setting -Xmx ,-Xss. (what is the default? I noticed in the catalina.sh, there is no -Xmx ,-Xss) If you are using catalina.sh then you set the enviroment settings by exporting a system variable in the shell. If you are running it as a daemon,