Testing the performance of Struts

2003-06-09 Thread Jason Meredith
Chaps I have developed a BIG Struts app, and want to test load, performance blah blah blah... while users are all playing nicely at the same time. What's a good tool to use? Regards Jason Meredith *** The e-mail and any attach

Re: Performance of struts

2001-03-23 Thread Payam Mirrashidi
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 23, 2001 9:25 AM Subject: Re: Performance of struts > For those interested in looking further, you might try telling Tomcat not > to delete the J

Re: Performance of struts

2001-03-23 Thread Craig R. McClanahan
On Fri, 23 Mar 2001, Tom Miller wrote: > Regarding the relative inefficiencies of Jasper-produced Java classes: > > ---8<--- > > "Craig R. McClanahan" wrote: > > > for example, reusing tag instances intelligently would be of great benefit > > to a Struts-based application. > > -

Re: Performance of struts

2001-03-23 Thread Tom Miller
Regarding the relative inefficiencies of Jasper-produced Java classes: ---8<--- "Craig R. McClanahan" wrote: > for example, reusing tag instances intelligently would be of great benefit > to a Struts-based application. ---8<--- Is this the reason that the logic:iterate

Re: Performance of struts

2001-03-22 Thread Johan Compagner
Thursday, March 22, 2001 7:30 PM Subject: Re: Performance of struts > Does anyone know how IBM VisualAge for Java's JSP compiler compares? Those using the >Tomcat Test Environment supplied by IBM have the option to substitute com.ibm.ivj.tomcat.IVJJavaCompiler for the jspCompile

Re: Performance of struts

2001-03-22 Thread Tom Miller
Does anyone know how IBM VisualAge for Java's JSP compiler compares? Those using the Tomcat Test Environment supplied by IBM have the option to substitute com.ibm.ivj.tomcat.IVJJavaCompiler for the jspCompilerPlugin in Tomcat's conf/web.xml file. Actually, I'm using VAJ, and have experimented

Re: Performance of struts

2001-03-22 Thread Craig R. McClanahan
>>> > If Jasper is generating some inefficient code, would Jikes help? > > - Original Message - > From: "James Cook" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 21, 2001 8:55 AM > Subject: RE: Performance of str

Re: Performance of struts

2001-03-22 Thread Craig R. McClanahan
> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 21, 2001 8:55 AM > Subject: RE: Performance of struts > > > > I find the 240ms delay satisfactory for most of my apps because the > business > > side logic usually takes longer to execute. > > >

Re: Performance of struts

2001-03-22 Thread DONNIE HALE
- Original Message - From: "James Cook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 8:55 AM Subject: RE: Performance of struts > I find the 240ms delay satisfactory for most of my apps because the business > side logic usually take

Re: Performance of struts

2001-03-22 Thread Mark Balster
If Jasper is generating some inefficient code, would Jikes help? - Original Message - From: "James Cook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 8:55 AM Subject: RE: Performance of struts > I find the 240ms delay satisfa

RE: Performance of struts

2001-03-21 Thread James Cook
. It would be interesting to look at the Jasper-generated source and see where optimizations can be done. jim > -Original Message- > From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 19, 2001 11:24 PM > To: [EMAIL PROTECTED] > Subject: RE: Perfor

Re: Performance of struts

2001-03-20 Thread Christophe Vigny
; > -Original Message----- > From: James Howe [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 19, 2001 2:16 PM > To: [EMAIL PROTECTED] > Subject: Re: Performance of struts > > If Tomcat's performance is pretty awful, what are some JSP implementations > (commercial or

RE: Performance of struts

2001-03-19 Thread Jeff Schnitzer
esin 1.2.1: ~250 milliseconds Orion 1.3.8: ~220 milliseconds WebLogic Server 6.0: ~140 milliseconds Jeff >-Original Message- >From: Eric Brown [mailto:[EMAIL PROTECTED]] >Sent: Monday, March 19, 2001 7:58 PM >To: '[EMAIL PROTECTED]' >Subject: RE: Performance of s

RE: Performance of struts

2001-03-19 Thread Eric Brown
ployment. Eric -Original Message- From: James Howe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Performance of struts If Tomcat's performance is pretty awful, what are some JSP implementations (commercial or otherwise) that are partic

RE: Performance of struts

2001-03-19 Thread Robert Taylor
e- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 3:11 PM To: [EMAIL PROTECTED] Subject: Re: Performance of struts On Mon, 19 Mar 2001, Keith wrote: > Hi, >I am sorry if I offend anyone. I am evaluating struts and notice that the > performanc

RE: Performance of struts

2001-03-19 Thread Troy Hart
check orion out... (http://www.orionserver.com/) -Original Message- From: James Howe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 3:16 PM To: [EMAIL PROTECTED] Subject: Re: Performance of struts If Tomcat's performance is pretty awful, what are some JSP implementa

Re: Performance of struts

2001-03-19 Thread Scott Walter
In my opinion the performance of Tomcat is pretty good. However most j2ee apps servers have very good performance including weblogic, iplanet, silverstream, etc. scott. --- James Howe <[EMAIL PROTECTED]> wrote: > If Tomcat's performance is pretty awful, what are > some JSP implementations > (co

Re: Performance of struts

2001-03-19 Thread James Howe
If Tomcat's performance is pretty awful, what are some JSP implementations (commercial or otherwise) that are particularly good? At 12:10 PM 3/19/2001 -0800, you wrote: >Struts based apps (or any app that uses custom tags heavily) are going to >be significantly impacted by the quality of the JS

Re: Performance of struts

2001-03-19 Thread DONNIE HALE
Craig, >>(NOTE: Tomcat's performance w.r.t. JSP pages is pretty awful, for example).<< Could you elaborate on this, please? - is it awful for compiling, executing, both? - is the generated servlet code the culprit since you don't say that servlet performance is bad? - are there particular JSP

Re: Performance of struts

2001-03-19 Thread Craig R. McClanahan
On Mon, 19 Mar 2001, DONNIE HALE wrote: > Craig, > > >>(NOTE: Tomcat's performance > w.r.t. JSP pages is pretty awful, for example).<< > > Could you elaborate on this, please? > > - is it awful for compiling, executing, both? I'm mostly concerned about the execution speed of the generated

Re: Performance of struts

2001-03-19 Thread Craig R. McClanahan
On Mon, 19 Mar 2001, Keith wrote: > Hi, >I am sorry if I offend anyone. I am evaluating struts and notice that the > performance is much lower that if I use string jsp and servlets. >Has anyone have the same experience as I do? If so, is there any way to > improve the performance? > S

RE: Performance of struts

2001-03-19 Thread Abraham Kang
Keith, Can you gives some benchmark details and sample code that you ran in your tests? --Abraham > -Original Message- > From: Keith [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 19, 2001 11:56 AM > To: [EMAIL PROTECTED] > Subject: Performance of struts > > >

Re: Performance of struts

2001-03-19 Thread Maya Muchnik
I think, it will be slower because you have one central servlet DISPATCHER that is sending a "job" to different Actions. When you have some JSP that are sending "job" themselves to other JSP, it is faster. Is it convenient? I think - no, because a creator JSP does not know java. And change flow, r

Performance of struts

2001-03-19 Thread Keith
Hi, I am sorry if I offend anyone. I am evaluating struts and notice that the performance is much lower that if I use string jsp and servlets. Has anyone have the same experience as I do? If so, is there any way to improve the performance? Thanks! keith