RE: WebLogic/Struts/JSP performance woes...

2002-11-04 Thread Davide Bruzzone
... Dave Davide Bruzzone wrote: Lots of very ugly scriptlet code... :-) -Original Message- From: V. Cekvenich [mailto:vicc;users.sourceforge.net] Sent: Friday, November 01, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: Re: WebLogic/Struts/JSP performance woes... How would you solve

RE: WebLogic/Struts/JSP performance woes...

2002-11-04 Thread Davide Bruzzone
Mailing List Subject: Re: WebLogic/Struts/JSP performance woes... David, Have you considered running some tests with Jmeter or some other testing tool that can tell you exactly how long it takes to deliver the HTML? This would enable you to determine whether the problem is on the server side

RE: WebLogic/Struts/JSP performance woes...

2002-11-04 Thread Davide Bruzzone
To everyone that jumped in to help and provide suggestions: A big thank you! The list, as always, is fantastic, and proved to be more responsive and helpful than paid support. Kudos! BTW, I performed some tests on Friday based on the feedback that I got, and it looks like the problem was

RE: WebLogic/Struts/JSP performance woes...

2002-11-04 Thread Davide Bruzzone
: WebLogic/Struts/JSP performance woes... David, Have you considered running some tests with Jmeter or some other testing tool that can tell you exactly how long it takes to deliver the HTML? This would enable you to determine whether the problem is on the server side or in the browser

Re: WebLogic/Struts/JSP performance woes...

2002-11-03 Thread Daniel Jaffa
the rows, why do you not implement a paging by default. Then have an option to see all rows. - Original Message - From: Phil Steitz [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 12:34 PM Subject: Re: WebLogic/Struts/JSP performance

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread John Jones
it. - Original Message - From: Davide Bruzzone [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, November 01, 2002 3:56 PM Subject: RE: WebLogic/Struts/JSP performance woes... I've tried both approaches... What's strange is that you'd expect every reload after

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread V. Cekvenich
scriptlet code... :-) -Original Message- From: V. Cekvenich [mailto:vicc;users.sourceforge.net] Sent: Friday, November 01, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: Re: WebLogic/Struts/JSP performance woes... How would you solve this w/o Struts? .V Davide Bruzzone wrote: Greetings

RE: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread Hue Holleran
: Lots of very ugly scriptlet code... :-) -Original Message- From: V. Cekvenich [mailto:vicc;users.sourceforge.net] Sent: Friday, November 01, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: Re: WebLogic/Struts/JSP performance woes... How would you solve this w/o Struts? .V Davide

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread Melissa L Kelley
Yes, I use 6.1 sp2 at work, and I came across the exact same problem with an app just recently, and the problem was the html. The requirement for the app is to return all results on the same page (it currently returned 100 at a time), which means the possibility for rows and rows of data (the

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread Phil Steitz
David, Have you considered running some tests with Jmeter or some other testing tool that can tell you exactly how long it takes to deliver the HTML? This would enable you to determine whether the problem is on the server side or in the browser rendering. Regards, Phil -- To

WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Davide Bruzzone
Greetings all... I'd like to try to find out if anyone else out there is using WebLogic (We're using version 6.1 SP2) with Struts and/or just JSPs that might have some performance tips that they might be able to share... Here's what's happening: I have a page that, for test purposes, is

Re: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread David Graham
/JSP performance woes... Date: Fri, 1 Nov 2002 13:43:26 -0700 Greetings all... I'd like to try to find out if anyone else out there is using WebLogic (We're using version 6.1 SP2) with Struts and/or just JSPs that might have some performance tips that they might be able to share... Here's what's

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread James Mitchell
Users Mailing List Subject: RE: WebLogic/Struts/JSP performance woes... Is your page precompiled? Are you doing the timing test on your second display of the page? The first display of a non-precompiled JSP will take much longer, as it has to generate and compile the servlet class

Re: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread V. Cekvenich
How would you solve this w/o Struts? .V Davide Bruzzone wrote: Greetings all... I'd like to try to find out if anyone else out there is using WebLogic (We're using version 6.1 SP2) with Struts and/or just JSPs that might have some performance tips that they might be able to share... Here's

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Davide Bruzzone
: Friday, November 01, 2002 1:55 PM To: Struts Users Mailing List Subject: RE: WebLogic/Struts/JSP performance woes... Also, are you using tables to display? You know table tr tdinserting data here.. Are you aware that these tables won't be displayed until all text required

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Nat Papovich
' Subject: RE: WebLogic/Struts/JSP performance woes... Yes... Again, what's strange is that during my extensive tests/experiments/hair pulling sessions I've actually seen this type of code work (using tables) - There's still a small lag between when the page clears and when the output starts

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Hue Holleran
2002 21:03 To: 'Struts Users Mailing List' Subject: RE: WebLogic/Struts/JSP performance woes... Yes... Again, what's strange is that during my extensive tests/experiments/hair pulling sessions I've actually seen this type of code work (using tables) - There's still a small lag between when the page

Re: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Craig R. McClanahan
On Fri, 1 Nov 2002, Davide Bruzzone wrote: Date: Fri, 1 Nov 2002 13:43:26 -0700 From: Davide Bruzzone [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: WebLogic/Struts/JSP performance woes... Greetings all... I'd

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Davide Bruzzone
Lots of very ugly scriptlet code... :-) -Original Message- From: V. Cekvenich [mailto:vicc;users.sourceforge.net] Sent: Friday, November 01, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: Re: WebLogic/Struts/JSP performance woes... How would you solve this w/o Struts? .V Davide Bruzzone

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Davide Bruzzone
to be able to handle it gracefully. Cheers... Dave -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Friday, November 01, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: Re: WebLogic/Struts/JSP performance woes... I've not experienced this but 1760 rows seems like

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread Davide Bruzzone
the covers... Cheers... Dave -Original Message- From: Karr, David [mailto:david.karr;attws.com] Sent: Friday, November 01, 2002 1:49 PM To: Struts Users Mailing List Subject: RE: WebLogic/Struts/JSP performance woes... Is your page precompiled? Are you doing the timing test on your second