Re[2]: Performance throttling

2006-10-29 Thread Dima Retov
Thanks Chuck. ThreadMXBean (JMX) must be used to determine CPU time used by this thread to change thread priority dynamically. Saturday, October 28, 2006, 9:56:38 PM, you wrote: From: Dima Retov [mailto:[EMAIL PROTECTED] Subject: Performance throttling Is that possible to do

Performance throttling

2006-10-28 Thread Dima Retov
Hi, Is that possible to do performance throttling (or shaping) in tomcat on per context base? -- Best regards, Dima mailto:[EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org

RE: Performance throttling

2006-10-28 Thread Caldarale, Charles R
From: Dima Retov [mailto:[EMAIL PROTECTED] Subject: Performance throttling Is that possible to do performance throttling (or shaping) in tomcat on per context base? No direct mechanism that I'm aware of (although others might). I suppose you could segregate apps under different Engines