Re: Performance proxy_ajp vs. mod_jk when TOMCAT integration with Apache

2005-08-16 Thread Xuekun Hu
proxy_ajp is mod_jk successor in Apache2.1/2.2 core. You can find more info: http://httpd.apache.org/docs-2.1/mod/mod_proxy.html http://httpd.apache.org/docs-2.1/mod/mod_proxy_ajp.html http://httpd.apache.org/docs-2.1/mod/mod_proxy_balancer.html Thx, Xuekun On 8/17/05, Christine Ho <[EMAIL PROTE

Re: Performance proxy_ajp vs. mod_jk when TOMCAT integration with Apache

2005-08-16 Thread Christine Ho
Hi, Can somebody tell me what the difference between the proxy_ajp and mod_jk is. thanks, Christine --- Mladen Turk <[EMAIL PROTECTED]> wrote: > Xuekun Hu wrote: > > Hi, > >>From performance point, which connector will be > used for TOMCAT > > intergration with Apache? proxy_ajp or mod_jk?

Re: Performance proxy_ajp vs. mod_jk when TOMCAT integration with Apache

2005-08-15 Thread Mladen Turk
Xuekun Hu wrote: Hi, From performance point, which connector will be used for TOMCAT intergration with Apache? proxy_ajp or mod_jk? I read some docs which said mod_jk should have better performance than proxying. While proxy_ajp in Apache2.1 is an addition to the mod_proxy and uses Tomcat's AJ

Re: Performance monitoring

2005-04-05 Thread Francesco Del Moro
CHESS-CODE:s04hchmi42m2t3k3s41ktl27o8s9c9pa8b9c0c8cpt8dge8v2voo0 - Original Message - From: "Tony Tomcat" <[EMAIL PROTECTED]> To: "Peter Lin" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Tuesday, April 05, 2005 8:48 PM Subject: Re: Performa

Re: Performance monitoring

2005-04-05 Thread Jess Holle
What all of these are missing are things like: * Overall per web app (not per-connector thread) max and avg request time, request concurrency, etc. * Overall per web app max and average session concurrency, etc. * Percentage of overall CPU time spent in servlet requests, etc Somewhere

Re: Performance monitoring

2005-04-05 Thread Tony Tomcat
yeah. I was looking at the status servlet but I wanted a little more control of the output which is when I started digging through the code and found that it was using MBeanServer. I didn't know there was an XML output option so I'll look into that. Thanks for the Jmeter pointer too. I have be

Re: Performance monitoring

2005-04-05 Thread e
http://mc4j.sourceforge.net/ScreenShots.html On Apr 5, 2005 2:20 PM, Tony Tomcat <[EMAIL PROTECTED]> wrote: > I started writing a Filter for my tomcat to monitor performance but > then I started wondering.. Is there a solution already out there that > I can use? Can I pull data from Tomcat's MBe

Re: Performance monitoring

2005-04-05 Thread Peter Lin
there's this little thing called the status servlet. It displays information in HTML format for each webapp. it can also show a subset of the full stats in XML. there's this other project in jakarta called JMeter. It has a monitor for tomcat5.0.19 and newer that can monitor one or more Tomcat ins

Re: Performance of different Tomcat Releases

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 11:52:37AM -0600, sudip shrestha wrote: : I would like to know if there is significant performance improvement : from 5.0.x to 5.5.x. Is there some sort of relative performance study : done by anybody? Tomcat 5.5 is supposed to include several performance enhancements, and

Re: Performance of different Tomcat Releases

2005-02-01 Thread Peter Lin
look here http://cvs.apache.org/~woolfel/tc_results.html http://cvs.apache.org/~woolfel/benchmark_summary.doc peter On Tue, 1 Feb 2005 11:52:37 -0600, sudip shrestha <[EMAIL PROTECTED]> wrote: > I would like to know if there is significant performance improvement > from 5.0.x to 5.5.x. Is ther

Re: performance/scalability impact of many webapps in one container

2005-01-18 Thread Remy Maucherat
On Tue, 18 Jan 2005 13:12:06 -, Varley, Roger <[EMAIL PROTECTED]> wrote: > > > > For reasons beyond my control, a web application > > (apache/Tomcat/PostgreSQL) that I support will need to be partitioned > > into one context per customer (to support one database per customer). > > I'm wondering

RE: performance/scalability impact of many webapps in one container

2005-01-18 Thread Varley, Roger
> > For reasons beyond my control, a web application > (apache/Tomcat/PostgreSQL) that I support will need to be partitioned > into one context per customer (to support one database per customer). > I'm wondering: > Do you really need one database per customer? In a similair situation, we resol

Re: performance/scalability impact of many webapps in one container

2005-01-17 Thread Remy Maucherat
On Mon, 17 Jan 2005 15:02:28 -0700, Joel McGraw <[EMAIL PROTECTED]> wrote: > For reasons beyond my control, a web application > (apache/Tomcat/PostgreSQL) that I support will need to be partitioned > into one context per customer (to support one database per customer). > I'm wondering: > > 1. What

Re: performance/scalability impact of many webapps in one container

2005-01-17 Thread QM
On Mon, Jan 17, 2005 at 03:02:28PM -0700, Joel McGraw wrote: : For reasons beyond my control, a web application : (apache/Tomcat/PostgreSQL) that I support will need to be partitioned : into one context per customer (to support one database per customer). Do you really need one context per custome

Re: performance issue with JK und IIS6

2004-12-21 Thread Parsons Technical Services
mance issue with JK und IIS6 Do you have some smart keywords for searching this issue? Michael -Ursprüngliche Nachricht- Von: Parsons Technical Services [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 21. Dezember 2004 13:21 An: Tomcat Users List Betreff: Re: performance issue with JK und II

Re: performance issue with JK und IIS6

2004-12-21 Thread Parsons Technical Services
Check the archives. There was a similar issue less than a couple of month ago. I think it involved a problem with ack. Doug - Original Message - From: "Michael Südkamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 21, 2004 5:32 AM Subject: performance issue with JK

Re: performance issue with JK und IIS6

2004-12-21 Thread Mladen Turk
Michael Südkamp wrote: I found this link which confirms a IIS6 problem for ISAPI filters that use the WriteClient API. http://support.microsoft.com/default.aspx?scid=kb;EN-US;840875 You just must love Microsoft engineers just for that statement. One has to make something like that, and then dare to

Re: Performance with/without loadbalancing

2004-12-07 Thread Peter Lin
perhaps black magic? what I would do is to try a few things. 1. increase the ramp up time and see if that affects it. It could be the load balancer is helping tomcat handle the load 2. build the latest JMeter and use the distribution graph I wrote to look at the requests. the new graph will show

RE: Performance with/without loadbalancing

2004-12-07 Thread Allistair Crossley
; From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: 07 December 2004 13:55 > To: Tomcat Users List > Subject: RE: Performance with/without loadbalancing > > > > Hi, > Did your testing properly account for ramp-up? > > Yoav Shapira http://www.yoavshapira.com > >

RE: Performance with/without loadbalancing

2004-12-07 Thread Shapira, Yoav
Hi, Did your testing properly account for ramp-up? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Michael Südkamp [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 07, 2004 7:50 AM >To: [EMAIL PROTECTED] >Subject: Performance with/without loadbalancing > >Hi, > >I s

RE: performance difference between tomcat 5.0 and 5.5?

2004-10-22 Thread Shapira, Yoav
Hi, Yes, there are performance difference. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: James Black [mailto:[EMAIL PROTECTED] >Sent: Friday, October 22, 2004 8:34 AM >To: Tomcat Users List >Subject: re: performance difference between tomcat 5.0 a

re: performance difference between tomcat 5.0 and 5.5?

2004-10-22 Thread James Black
I am curious if there is any performance improvements over Tomcat 5.5 vs Tomcat 5.0, using jdk1.5. We are in the process of doing testing to prepare for our December upgrades and I don't know if we should try to move to Tomcat 5.5 this year or wait till summer. The main webapp is a webservice

Re: Performance issue

2004-10-12 Thread Faisal Abdullah
> So what's your complaint? That it's GC'ing too much? I don't know if its GCing too much or not. I haven't any idea what the ideal GC should be like. But thanks for your comments on that. >That it's not > handling enough concurrent clients? Those connection reset messages > that were in your

RE: Performance issue

2004-10-12 Thread Shapira, Yoav
Hi, >The machine's are not swapping, simply JVM's max memory is 2GB. Our They might not be swapping, but they certainly appear to be spending a good amount of time on GC. 0.8sec for an incremental GC is significant. But that might be because your heap is so high. >RAM is 4GB. Any attempt

Re: Performance issue

2004-10-11 Thread Faisal Abdullah
Hi, thanks for the insights. I've done what you suggested, and the load does look better, but still sluggish. The machine's are not swapping, simply JVM's max memory is 2GB. Our RAM is 4GB. Any attempt to assign larger max memory to java, will cause failure in starting tomcat. A friend has tried d

RE: Performance issue

2004-10-07 Thread Bill Sweeney
n access? If not precompiling, you have beefy iron but enough restarts and that is a lot of cycles at peak. Good Luck - Bill -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 7:46 AM To: Tomcat Users List Subject: Re: Performance issue O

Re: Performance issue

2004-10-07 Thread QM
On Thu, Oct 07, 2004 at 11:40:50AM +0800, Faisal Abdullah wrote: : I think its probably its how the app manages connection, and probably GC? : DBCP and Cayote HTTP1/1 isn't configured by the way. Would these help? : If I configure DBCP, would it effect the code? DBCP may affect the overall app per

Re: Performance issue

2004-10-07 Thread Justy Wong
> 25% improvement. more info: http://java.sun.com/docs/hotspot/VMOptions.html - Original Message - From: "Faisal Abdullah" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 07, 2004 11:40 AM Subject: Re: Performance i

Re: Performance issue

2004-10-06 Thread Faisal Abdullah
so use the latest kernel which has no limit for connections. > > mfg > Michael Nitschke > > > -Original Message- > From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 1:49 PM > To: Tomcat Users List > Subject: RE: Perfor

RE: Performance issue

2004-10-06 Thread Nitschke Michael
ichael Nitschke -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 1:49 PM To: Tomcat Users List Subject: RE: Performance issue sounds like an App problem, cause your hardware is sure powerful, assuming you configured your connector threads t

RE: Performance issue

2004-10-06 Thread Filip Hanik \(lists\)
sounds like an App problem, cause your hardware is sure powerful, assuming you configured your connector threads to handle enough concurrency Filip -Original Message- From: Alex [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 6:20 AM To: Tomcat Users List Subject: Re

Re: Performance issue

2004-10-06 Thread Alex
How big is your average session? On Wed, 6 Oct 2004, Faisal Abdullah wrote: > Date: Wed, 6 Oct 2004 17:20:05 +0800 > From: Faisal Abdullah <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > Faisal Abdullah <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]>

Re: performance problem

2004-09-20 Thread Cymen Vig
here be some network congestion in your live environment? > > Ta > Matt > > > > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: 20 September 2004 15:05 > To: Tomcat Users List > Subject: RE: performance problem > > Hi, > C

RE: performance problem

2004-09-20 Thread Dale, Matt
and could there be some network congestion in your live environment? Ta Matt -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 15:05 To: Tomcat Users List Subject: RE: performance problem Hi, Clues no, but a question to ask yourself: do you

RE: performance problem

2004-09-20 Thread Shapira, Yoav
Hi, Clues no, but a question to ask yourself: do you really need Apache HTTPd in front? Yoav Shapira Millennium Research Informatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Friday, September 17, 2004 3:06 PM >To: [EMAIL PROTECTED] >Subject: performa

RE: performance problem

2004-09-17 Thread Mike Curwen
Hmm... http://www.greenfieldresearch.ca/technical/jk2_config.html Reading that, look for the one line in red font. Seems there's potential config problems when apache and tomcat are on separate boxes, as they need to share a file. You'd think this would prevent operation, rather than slowing it d

RE: Performance issue

2004-09-07 Thread Allistair Crossley
Tomcat Users List' > Subject: RE: Performance issue > > > First of all our production server is only serving our > webapps. Nothing else > (only emailserver installed as well). The searchpage search > in the DB. The > DB are also seperated of course. But we can leave out th

RE: Performance issue

2004-09-07 Thread Bedrijven.nl
Users List Onderwerp: RE: Performance issue by load i meant that the production server may be having its cpu/memory used by other processes. are you saying that dev and prod servers are doing nothing else but serving your webapp? if not you should list all the differences, e.g what applications or s

RE: Performance issue

2004-09-07 Thread Allistair Crossley
on't know what, since there is nothing > within the log) > and tomcat restarts. > > Maarten > > > > -Oorspronkelijk bericht- > Van: Allistair Crossley [mailto:[EMAIL PROTECTED] > Verzonden: Tuesday, September 07, 2004 9:01 AM > Aan: Tomcat Users List; [

RE: Performance issue

2004-09-07 Thread Bedrijven.nl
tarts. Maarten -Oorspronkelijk bericht- Van: Allistair Crossley [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, September 07, 2004 9:01 AM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: RE: Performance issue it's an interesting one and one that we found too between our dev 1 cpu, w2

RE: Performance issue

2004-09-07 Thread Allistair Crossley
it's an interesting one and one that we found too between our dev 1 cpu, w2k, 512mb ram, tomcat 5.0.19 and production 2 cpu, w2k, 1gb ram, tomcat 5.0.19. In both cases we use a content management system backend and sql server. for us we found that the volume of content in our cms on the product

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-25 Thread Remy Maucherat
On Tue, 24 Aug 2004 23:23:06 -0400, Peter Lin <[EMAIL PROTECTED]> wrote: > oh, I didn't realize the new 4.1.31 includes back port of the new > status servlet in tc5. > > or am I mis-reading that? 4.1.31 doesn't include any backport of the status servlet. Personally, I wouldn't recommend using it,

RE: performance metrics of servlets in Tomcat 4.1.30.

2004-08-25 Thread Shapira, Yoav
Hola, >>>Does Tomcat 4.1.30 provide any MBeans for monitoring >>>the above metrics? >> >>No. > >Pure FUD. You need to specify the jsr77Names="true" attribute to the >ServerLifecyleListener to have TC 4 JMX register the servlets, but >otherwise >its much like TC 5. You might also need updated Co

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Prasheel Vemulapalli
Thanks Bill, I am able to get the servlet metrics, but for getting connector metrics i replaced tomcat_jk.jar from TC 5.0. Even then I am not getting the connector metrics as i get in TC 5.0. I want to monitor the bytes sent and received through the connectors. In TC 5.0 I can get these metrics th

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Peter Lin
oh, I didn't realize the new 4.1.31 includes back port of the new status servlet in tc5. or am I mis-reading that? peter On Tue, 24 Aug 2004 20:16:08 -0700, Bill Barker <[EMAIL PROTECTED]> wrote: > > "Shapira, Yoav" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > >Hi, > > > >

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Bill Barker
"Shapira, Yoav" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Hi, > >>Does Tomcat 4.1.30 provide any MBeans for monitoring >>the above metrics? > >No. Pure FUD. You need to specify the jsr77Names="true" attribute to the ServerLifecyleListener to have TC 4 JMX register the servlet

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Peter Lin
you're option is to back port the status servlet to tomcat4. if you manage to do that, it should work I would think :) If you do, I will gladly use Jmeter's tomcat5 monitor to test it. peter On Tue, 24 Aug 2004 10:22:57 -0700 (PDT), Prasheel Vemulapalli <[EMAIL PROTECTED]> wrote: > I want to mo

RE: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Shapira, Yoav
Hi, >Does Tomcat 4.1.30 provide any MBeans for monitoring >the above metrics? No. >Is there any way to get the >performance metrics from Tomcat 4.1.30 other than JMX >interface? You'd have to write some code and rebuild Tomcat with your code for tracking. >Where can I find a document that spe

[OF] Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
Who knows, you might even find something surprising like a three-fold increase when running with a packed WAR ;) (This is in good spirit, joking ;)) LOL - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

RE: Performance implications of running direct from WAR?

2004-08-20 Thread Shapira, Yoav
at Users List >Subject: Re: Performance implications of running direct from WAR? > >another fact that really matters is your hardware specially if what >you say about you traffic is true. > >- >To

RE: Performance implications of running direct from WAR?

2004-08-20 Thread Allistair Crossley
work, and I have to restart tomcat to get it to to actually start "seeing" the files as it were to serve requests. Allistair Crossley > -Original Message- > From: John Villar [mailto:[EMAIL PROTECTED] > Sent: 20 August 2004 15:48 > To: Tomcat Users List > Subject: R

Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
So are you saying still means the files are deployed somewhere? in that case it probably represents an unnecesary performance hit, because what i said before is for the default tomcat configuration, which i assumed was yours why would you want tomcat to not unpack the war files? --

Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
another fact that really matters is your hardware specially if what you say about you traffic is true. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Performance implications of running direct from WAR?

2004-08-20 Thread Allistair Crossley
So are you saying still means the files are deployed somewhere? Allistair Crossley > -Original Message- > From: John Villar [mailto:[EMAIL PROTECTED] > Sent: 20 August 2004 15:40 > To: Tomcat Users List > Subject: Re: Performance implications of running direct from W

Re: Performance implications of running direct from WAR?

2004-08-20 Thread John Villar
The only performance hit is the first thime when the war is deployed on the context path, from there on your app runs from the deployed files. Allistair Crossley escribió: Hi Guys, Are there any performance implications of running straight from a WAR for Tomcat? Does it uncompress the WAR ea

Re: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Kunthar
Sent: Wednesday, June 09, 2004 9:49 PM Subject: RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000 Hi, No problem, it's not a waste of time, if you missed it 1000 others did as well. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael

RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Shapira, Yoav
Hi, No problem, it's not a waste of time, if you missed it 1000 others did as well. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael Duffy [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 09, 2004 2:48 PM >To: Tomcat Users List >Subj

RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Michael Duffy
Hi Yoav, Yup, I'm a doofus. ;) I realized after I'd sent this note out that I should look on the Tomcat site for help. I'm making those changes to my web.xml now. Sorry to waste your time, and thanks. - % --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Hi, > Note that these fork and d

RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Shapira, Yoav
Hi, Note that these fork and development settings are explicitly covered in the tomcat docs with regards to development versus production configurations. For tomcat 4.1, see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html. Yoav Shapira Millennium Research Informatics >-Or

RE: Performance question JDBC vs Properties

2004-02-17 Thread Neal
EMAIL PROTECTED] Sent: Monday, February 16, 2004 11:40 PM To: Tomcat Users List Subject: Re: Performance question JDBC vs Properties I would write a "reload config" servlet. It will save you one JDBC access per request. Antonio Fiol Larraquy wrote: >Hi all, I've got this doubt. M

Re: Performance question JDBC vs Properties

2004-02-16 Thread Antonio Fiol Bonnín
I would write a "reload config" servlet. It will save you one JDBC access per request. Antonio Fiol Larraquy wrote: Hi all, I've got this doubt. My applicacion uses some "properties" files to config some events or constants, or whatever, but it's job basically is to map the users "click" on a J

Re: Performance problem?

2003-10-13 Thread Oreste Luci
Neil Aggarwal wrote: Oreste: I have been profiling the garbase collector in our app and it does not seem to be taking a long time to run. Do you think that could still be the problem? Thanks, Neil I think you should try changing the GC and give it a try, may be it will solve your problem. T

RE: Performance problem?

2003-10-13 Thread Neil Aggarwal
business can reduce operating costs by 17% or more in 6 months or less! => http://newsletter.JAMMConsulting.com > -Original Message- > From: Oreste Luci [mailto:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 1:02 PM > To: Tomcat Users List > Subject: Re: Performance pro

Re: Performance problem?

2003-10-13 Thread Oreste Luci
Neil Aggarwal wrote: Hello: We have noticed that in our app, on occasion, a request takes an inordinately long time to execute even though it is performing a simple task. I added some tracing to the org.apache.jasper.servlet.JspServletWrapper class and get this output immediately before calling s

RE: Performance problem?

2003-10-11 Thread Neil Aggarwal
Hello All: While profiling my app, I also see another baffling output from my code: 10/10/2003 7:00:56.391 PM [Thread-96] Before synchronized block 10/10/2003 7:00:56.391 PM [Thread-96] Getting server context 10/10/2003 7:04:07.762 PM [Thread-96] Setting server context attribute This corresponds

Re: performance article completed

2003-09-26 Thread Peter Lin
I've temporarily uploaded the article until Remy has time to post it on apache servers. http://webpages.charter.net/eleanorlin/article.zip peter lin Peter Lin <[EMAIL PROTECTED]> wrote: quick announcement. I've completed the article and emailed it to remy. the related source files are

Re: performance article completed

2003-09-25 Thread Peter Lin
Here is an update to those wondering about the tomcat performance handbook. The chapters remy and I wrote will be subsumed in a new Tomcat book commisioned by Apress. The editor wanted me to let people know. I don't know the details yet. peter lin Peter Lin <[EMAIL PROTECTED]> wrote:

Re: performance question

2003-08-14 Thread Kristian A. Leth
Well, there could be loads of trouble in a Tomcat! Normally it isn't just the Tomcat performing badly, the most common problem is design and code problems. You can gain 10-20% performance by tweaking Tomcat but that doesn't sound like it's enough to solve your problem. To me your problem sounds

RE: performance question

2003-08-10 Thread Jay Lee
Hi, Mark. Keep your head up. I just let you know that I started with 1 transaction per 4 sec and now we could do per 0.5 sec. As to scalability, I could make it reaching max resource per box. I started with 500 users and now on same wintel box I could go above 2500 users, which I could prove tha

RE: performance question

2003-08-05 Thread Shapira, Yoav
Howdy, >Tomcat 4.0.6 Use Tomcat 4.1.27. >We have looked at the box, and it does not seem to be taxed. We have tried >setting CATALINA_OPTS to maximize performance but tomcat does not seem to >be using the additional memory and the system's load average remains low. Java (this is not tomcat-sp

Re: performance of serving static data? apache or tomcat

2003-07-28 Thread Mark W. Webb
Do you know of any load testing tools for apache/tomcat that support testing when a mutually authenticated SSL connnection is required ? Tim Funk wrote: yes and no. The browser makes a request to apache. Then the request is proxied to tomcat. When the servlet has been served, the browser issue

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread John Turner
k *both* of you are saying the same thing, but maybe not (if this is indeed the difficulty). -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 10:20 AM To: Tomcat Users List Subject: Re: performance of serving static data? apache or tomcat Yes,

RE: performance of serving static data? apache or tomcat

2003-07-25 Thread Mike Curwen
July 25, 2003 10:20 AM > To: Tomcat Users List > Subject: Re: performance of serving static data? apache or tomcat > > > > Yes, that is exactly what I have been saying. > > John > > Nguyen Anh Tuan wrote: > > > Hi, John, > > Thank you for the d

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread John Turner
Yes, that is exactly what I have been saying. John Nguyen Anh Tuan wrote: Hi, John, Thank you for the discussion. However, the amount of requests for JSP/Servlet with one image sent from a browser to Apache/Tomcat will equal exactly the amount of requests for one static HTML with one image sent

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread Nguyen Anh Tuan
Hi, John, Thank you for the discussion. However, the amount of requests for JSP/Servlet with one image sent from a browser to Apache/Tomcat will equal exactly the amount of requests for one static HTML with one image sent from a browser to a stand alone Web server, is that right ? In either cases

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread John Turner
Thanks for the hint, I've read the spec many times. I'm not clear what you are saying. Its two requests, whether its Apache + Tomcat, Apache alone, or Tomcat alone. Check your access logs...you don't see one log entry for a HTML page with one image, you see two: a 200 for the HTML page, and

RE: performance of serving static data? apache or tomcat

2003-07-25 Thread Shapira, Yoav
Howdy, >Lets say you have one static HTML page with one image >in it. You can serve it with Apache stand alone (or >any stand alone Web server). So howmany requests are >there ? > >Do you count : >HTML : 1 request >Image : 1 request >1+1=2 requests > >The answer is : You just request for a page,

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread Nguyen Anh Tuan
Hi, John, Lets say you have one static HTML page with one image in it. You can serve it with Apache stand alone (or any stand alone Web server). So howmany requests are there ? Do you count : HTML : 1 request Image : 1 request 1+1=2 requests The answer is : You just request for a page, and wha

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread John Turner
servelet = one request image = one request 1 + 1 = 2 requests John Nguyen Anh Tuan wrote: No, there is only one request that is sent from browser to Apache. Apache will reroute the request to Tomcat as needed. So what you are using now is the best configuration. --- [EMAIL PROTECTED] wrote: I

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread Nguyen Anh Tuan
No, there is only one request that is sent from browser to Apache. Apache will reroute the request to Tomcat as needed. So what you are using now is the best configuration. --- [EMAIL PROTECTED] wrote: > I am working on a servlet that will be served from > tomcat which is > connected to apache. C

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread John Turner
It's two requests whether you use Apache or not. John [EMAIL PROTECTED] wrote: I am working on a servlet that will be served from tomcat which is connected to apache. Currently I have the servlet being handled by tomcat, and the image handled by apache. Won't this require 2 get requests by the

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread srevilak
> From: markw () dolphtech ! com > Subject: performance of serving static data? apache or tomcat > > I am working on a servlet that will be served from tomcat which is > connected to apache. Currently I have the servlet being handled by > tomcat, and the image handled by apache. > Won't this requi

Re: performance of serving static data? apache or tomcat

2003-07-25 Thread Tim Funk
yes and no. The browser makes a request to apache. Then the request is proxied to tomcat. When the servlet has been served, the browser issues a keep-alive and reuses the apache socket connection to get any other assets (such as images) needed. 2 requests, one connection. With the numerous spe

Re: performance

2003-07-09 Thread Mark F
lto:[EMAIL PROTECTED] || Sent: 09 July 2003 13:54 || To: Tomcat Users List || Subject: Re: performance || || || I would love to but we have a third party vendor (documentum) who || doesn't support anything higher than 4.0.6. I've just tried their || code on 4.1.24 anyway and it seems

RE: performance

2003-07-09 Thread Collins, Jim
Mark, I use Documentum with 4.1.24. Why can't you use this version? Regards Jim. -Original Message- From: Mark F [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 13:54 To: Tomcat Users List Subject: Re: performance I would love to but we have a third party vendor (documentum) who do

Re: performance

2003-07-09 Thread Mark F
I would love to but we have a third party vendor (documentum) who doesn't support anything higher than 4.0.6. I've just tried their code on 4.1.24 anyway and it seems to have some issues. -Mark "Tim Funk" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Easiest performance imp

Re: performance

2003-07-08 Thread Johannes Fiala
Hi Mark, *) One BIG performance improvement is to use a Filter to ZIP your HttpServletResponses. You can find a good example with TC 4.1.24 in the examples (compressionFilters). You can save lot's of network bandwidth and increase the server throughput (e.g. 200KB page size gets compressed to 1

RE: performance

2003-07-08 Thread Reynir Hübner
Works fine for me... :/ > -Original Message- > From: Pitre, Russell [mailto:[EMAIL PROTECTED] > Sent: 8. júlí 2003 19:31 > To: Tomcat Users List > Subject: RE: performance > > > I think the link may be broken.I couldn't connect > > > Russ

RE: performance

2003-07-08 Thread Pitre, Russell
I think the link may be broken.I couldn't connect Russ -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 3:23 PM To: Tomcat Users List Subject: RE: performance Hi, I suggest a good reading of the webpage :

RE: performance

2003-07-08 Thread Reynir Hübner
Hi, I suggest a good reading of the webpage : http://www.javaperformancetuning.com/tips/j2ee_srvlt.shtml -reynir. > -Original Message- > From: Mark F [mailto:[EMAIL PROTECTED] > Sent: 8. júlí 2003 18:35 > To: Tomcat Users List > Subject: performance > > > Running Tomcat 4.0.6 on So

Re: performance

2003-07-08 Thread Eric J. Pinnell
Yup, upgrade. Then tune solaris (/etc/system) and the TCP settings via ndd. The TCP stuff makes a world of difference. Then make sure your developers use some kind of profiling tool to tune their code. -e On Tue, 8 Jul 2003, Tim Funk wrote: > Easiest performance improvement, upgrade to 4.1.24

Re: performance

2003-07-08 Thread Tim Funk
Easiest performance improvement, upgrade to 4.1.24. -Tim Mark F wrote: Running Tomcat 4.0.6 on Solaris 8 Interested in improving performance, any tips or information would be appreciated. Also any tips or information on exactly how to use JSPC to improve performance would be great. I've found

Re: performance on Tomcat 4.0.6

2003-06-27 Thread Nate
Check this out, it is an earlier thread that was running on this list regarding my experience with the same problem. I've posted the entire thread below OR If you want to make it easier on yourself, just paste the stuff below into a .bat file and execute it from the bin folder under tomcat, and i

RE: performance on Tomcat 4.0.6

2003-06-27 Thread Shapira, Yoav
Howdy, >I'm doing some tests on performance with TC 4.0.6. My system (W2k IIS5.0 >- >JSDK 1.4.0). I'm expecting my site will have a heavy load (about 20,000 >concurrent connections between several servers) My pages wont have database >connections. That IS a heavy load. Out of curiosity, what

Re: Performance .. Jsp compile import wildcards

2003-02-27 Thread Erik Price
Reynir Hübner wrote: But JSPs are compiled, so this is still only a compile-time issue. (Unless I'm mistaken?) Erik Yup, that's true... I'm really just trying to find out how much this can slow down the compile of a jsp page (jspc). I'm guessing "not much" but I am no compiler speciali

Re: Performance .. Jsp compile import wildcards

2003-02-27 Thread Jon Wingfield
http://www.javaworld.com/javaworld/javaqa/2001-04/01-qa-0406-import.html Reynir Hübner wrote: Hi, I'm wondering what kind of performance decrease (if any) it has to use wildcards in jsp import lines. example : <%@ page import="java.util.*" %> .. but not : <%@ page import="java.util.ArrayL

Re: Performance .. Jsp compile import wildcards

2003-02-27 Thread Tim Funk
The only increase is the compile time increase, a one time cost. There is no extra run time cost since compilation takes care of all class reference locations. But importing * is still very very bad. -Tim Reynir Hübner wrote: Hi, I'm wondering what kind of performance decrease (if any) it has

RE: Performance .. Jsp compile import wildcards

2003-02-27 Thread Reynir Hübner
> But JSPs are compiled, so this is still only a compile-time issue. > (Unless I'm mistaken?) > > > > Erik > > Yup, that's true... I'm really just trying to find out how much this can slow down the compile of a jsp page (jspc). I'm guessing "not much" but I am no compiler specialist. M

Re: Performance .. Jsp compile import wildcards

2003-02-27 Thread Erik Price
Reynir Hübner wrote: Hi, I'm wondering what kind of performance decrease (if any) it has to use wildcards in jsp import lines. example : <%@ page import="java.util.*" %> .. but not : <%@ page import="java.util.ArrayList" %> I know in normal java classes using wildcards when importing pac

RE: Re: Performance Issue

2003-02-21 Thread Mike Jackson
As long as you're using oracle this is a great way to go. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Will Hartung [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 9:25 AM > To: Tomcat Users List; vikas yk > Subject: Re: Re: Perf

  1   2   >