Re: Re: RE: Re: Performance Improvement :: Struts based applications

2004-03-18 Thread Satya Narayan Dash
-18 at 14:16:26 +0100, [EMAIL PROTECTED] wrote: > > > The reason is jsps are not compiled when you hit the pages the first time.So the > > > first call will always be slow as it alos has to compile jsps.The subsequent > > > calls will use the compiled jsps and

Re: RE: Re: Performace Improvement :: Struts based applications

2004-03-18 Thread Satya Narayan Dash
e slow as it alos has to compile jsps.The subsequent calls >will use the compiled jsps and hence faster. > >Some server/ServletEngines have the option to precompile jsps. > >HTH. > >Regards, >Shirish > > >-----Original Message- > From: Satya Narayan Dash

Re: RE: Re: Performance Improvement :: Struts based applications

2004-03-18 Thread Satya Narayan Dash
irst time, then it takes a lot of time, but > > subsequent hits take less time. > > > > Is it because the ActionServlet is not initiliazed, though I have started the > > engine? > > > > I would like to know if any recommended technique is given to improve the

Re: Re: Performace Improvement :: Struts based applications

2004-03-18 Thread Satya Narayan Dash
to know if any recommended technique is given to improve the performance. Regards, Satya. On Thu, 18 Mar 2004 Vic Cekvenich wrote : >Unit test the performance of the model layer. >.V > >Satya Narayan Dash wrote: >>Hi, >> >>I am in the process of improving a struts bas

Performace Improvement :: Struts based applications

2004-03-17 Thread Satya Narayan Dash
Hi, I am in the process of improving a struts based application. I am using the cache taglib (from apache) and have written some filters to improve the performace. I am using Apache2 as the web-sever and Tomcat4 as the servelt/jsp engine. I have optimized them both. But the peformance improve

Improving performace of Struts based Apps

2004-03-09 Thread Satya Narayan Dash
Hi All, Can you provide me any tips for improving Struts based applications? Satya

Newbie question

2004-03-03 Thread Satya Narayan Dash
Hi, I am new to struts. I found a number of simple tutorials (with examples) to understand struts-1.0, but there seems to none for struts-1.1. I have gone through one struts-1.0 tutorial given at jspfinder.com, which is good. Can you please recommend for struts-1.1 (with examples)? Thanks, Sa