Input form performance / scalability

2003-02-04 Thread Rick Lively
I'm having a problem with performance of a JSP page. It iterates over a class of beans and has several form fields for each row. The submit action updates the beans. After having had some substantial degradation of performance, I did some preliminary investigation and found that the hang-up

Performance and Scalability Information?

2002-06-12 Thread Michael P. Jones
performance and scalability. I dug through the mail archive for 'performance' and only found comments related to JSP's and taglibs. How do other parts of Struts fair under heavy usage? Are there any known bottle necks or performance issues? Does anyone have any statics or benchmarks on Struts performance

Re: Performance and Scalability Information?

2002-06-12 Thread Craig R. McClanahan
On Wed, 12 Jun 2002, Michael P. Jones wrote: Date: Wed, 12 Jun 2002 17:08:03 -0400 (EDT) From: Michael P. Jones [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Performance and Scalability Information? Hello- Currently my company

Struts scalability?

2002-02-08 Thread Kenneth Ljunggren
I got an assignment from my boss the other day to write some sentences regarding how well Struts is suited for systems with high scalability requiorements compare to if you would code a MVC solution yourself using model 2. I myself worked in a project were we implemented an own MVC Model 2

Re: Struts scalability?

2002-02-08 Thread Mark Woon
Kenneth Ljunggren wrote: Anyone that have used Struts in any systems that required very high scalability? See http://husted.com/struts/resources/performant.htm. Also search the mailing list archive, there was a thread a while back listing sites that were using Struts (subject was Things

RE: Struts scalability?

2002-02-08 Thread Galbreath, Mark
Define high. Mark -Original Message- From: Kenneth Ljunggren [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 4:21 AM Anyone that have used Struts in any systems that required very high scalability? Br Kenneth Ljunggren -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Scalability

2001-08-09 Thread devon . bowen
but I'm getting feedback from other developers that don't feel that Struts is a very scaleable framework. What exactly are they saying? I don't have any personal experience in this area but it seems to me that Struts is a rather thin layer on top of normal Java Servlets. All it really changes

RE: Scalability

2001-08-09 Thread Kevin McLain
a rough test and found that this could be as much as three times as long - it could become a scalability issue as well... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 7:46 AM To: [EMAIL PROTECTED] Subject: RE: Scalability but I'm getting

RE: Scalability

2001-08-09 Thread Craig R. McClanahan
improves this performance considerably) - I did a rough test and found that this could be as much as three times as long - it could become a scalability issue as well... Even if 3x is an accurate statistic (seems high based on my experience with JDK 1.3.1, especially when making repeated calls

Scalability

2001-08-08 Thread Steven Leija
Hello All, I've been working with Struts for sometime now, but now I run into another question. Has anyone had any issues with Struts not being scaleable? Have you performed any stress tests on your applications? I really like Struts, but I'm getting feedback from other developers that don't

Struts Scalability in a Large Production Environment

2001-07-26 Thread dion
scaled to a much higher level than those with one. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 26/07/2001 04:48 PM - Struts Scalability in a Large

Struts Scalability in a Large Production Environment

2001-07-25 Thread Brian . Duchouquette
All, I have been doing a lot of research into Struts recently. My question is about performance and scalability. First the definitions: Performance = good response time to users Scalability = good response time to a large number of simultaneous users. Usually this is a logarithmic curve

Scalability of Struts

2001-03-12 Thread Peter Doyle
Hi, I have searched long an hard for information on Struts relating to scalability, performance and limitations. I have not found any information on this, am I looking in all the wrong places? Has a Struts system been deployed to cater for 100+ simultaneous users? (Does this go back