RE: QoS in Tomcat?

2004-06-01 Thread Shapira, Yoav
>-Original Message- >From: Rui Zhang [mailto:[EMAIL PROTECTED] >Sent: Friday, May 28, 2004 5:59 PM >To: Tomcat Users List >Subject: Re: QoS in Tomcat? > >Good point. I will look into that. > >Many thanks. > >Rui > >On Fri, 28 May 2004, Tim Funk wr

Re: QoS in Tomcat?

2004-05-28 Thread Rui Zhang
Good point. I will look into that. Many thanks. Rui On Fri, 28 May 2004, Tim Funk wrote: > Personally - I would run many instances of tomcat clustered to get the > performance you need. It would be much more predictable to maintain. > > -Tim > > Rui Zhang wrote: > > > Many thanks, Tim. That at

Re: QoS in Tomcat?

2004-05-28 Thread Tim Funk
Personally - I would run many instances of tomcat clustered to get the performance you need. It would be much more predictable to maintain. -Tim Rui Zhang wrote: Many thanks, Tim. That at least sounds worth a try... I've got a valve sampling performance data up and running already. But, Is it sen

RE: QoS in Tomcat?

2004-05-28 Thread Ram Mahajan
Can some one tell me how to unsubscribe from this group ? Thanks Ram -Original Message- From: Rui Zhang [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 3:59 PM To: Tomcat Users List Subject: Re: QoS in Tomcat? Many thanks, Tim. That at least sounds worth a try... I've got a

Re: QoS in Tomcat?

2004-05-28 Thread Rui Zhang
Many thanks, Tim. That at least sounds worth a try... I've got a valve sampling performance data up and running already. But, Is it sensible we may alter Tomcat to make it QoS-enabled? If so, where shall we look at to start? Best regards, Rui On Fri, 28 May 2004, Tim Funk wrote: > Nope. The s

Re: QoS in Tomcat?

2004-05-28 Thread Tim Funk
Nope. The spec doesn't spell this out. If your feeling daring, you could write a filter that tries to set and reset the Thread.priorities on the fly. Then if your JVM pays attention to the thread priorities - you might get the tweaking you need. (You can also do this in a Valve if you want to be