You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Israel Olalla <is...@newknow.com> on 2001/09/04 17:56:56 UTC

FW: JSP, performance analysis? (the last...)


Hi,
 
    Trying to understand a problem or performance that we have in our
application, we've seen some data of interest, Those files are the result of
OptimizeIt CPU profiler output - Sampler, Those files show the execution of
the same JSP and logic in three moments.
    
    When working with JSP we have a serious degradation problem with acces
to filesystem:
 
        - java.io.Win32FileSystem.getLastModifiedTime 
 
    There's some way to desactivate the control of changes in JSP file's?.
In order to avoid access to FileSystem.?
     
 
    Finally our problem was with Taglibs iterate ... logic ... it creates
thousands... of objects ... and the GC eats the whole machine.... but that's
an advise to other list.

Thanks for you patience and time

This message and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
No confidentiality or privilege is waived or lost by any wrong transmission.
If you have received this message in error, please immediately destroy it
and kindly notify the sender by reply email.
You must not, directly or indirectly, use, disclose, distribute, print, or
copy any part of this message if you are not the intended recipient.
Opinions, conclusions and other information in this message that do not
relate to the official business of Newknow shall be understood as neither
given nor endorsed by it. 

  


Re: FW: JSP, performance analysis? (the last...)

Posted by Marcel May <Ma...@consol.de>.
Hi!

java.io.Win32FileSystem.getLastModifiedTime:
	Try to turn of automatic reloading (s.th. like "reloadable"
	in the webapp context in the server.xml).

Concerning tags, I believe tomcat does not yet implement tag pooling.

Good luck,
Marcel

On Tue, Sep 04, 2001 at 05:56:56PM +0200, Israel Olalla wrote:
> 
> 
> Hi,
>  
>     Trying to understand a problem or performance that we have in our
> application, we've seen some data of interest, Those files are the result of
> OptimizeIt CPU profiler output - Sampler, Those files show the execution of
> the same JSP and logic in three moments.
>     
>     When working with JSP we have a serious degradation problem with acces
> to filesystem:
>  
>         - java.io.Win32FileSystem.getLastModifiedTime 
>  
>     There's some way to desactivate the control of changes in JSP file's?.
> In order to avoid access to FileSystem.?
>      
>  
>     Finally our problem was with Taglibs iterate ... logic ... it creates
> thousands... of objects ... and the GC eats the whole machine.... but that's
> an advise to other list.
> 
> Thanks for you patience and time
> 
> This message and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> No confidentiality or privilege is waived or lost by any wrong transmission.
> If you have received this message in error, please immediately destroy it
> and kindly notify the sender by reply email.
> You must not, directly or indirectly, use, disclose, distribute, print, or
> copy any part of this message if you are not the intended recipient.
> Opinions, conclusions and other information in this message that do not
> relate to the official business of Newknow shall be understood as neither
> given nor endorsed by it. 
> 
>   
> 


-- 
Marcel May
Development
ConSol* GmbH