Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 83308 invoked by uid 500); 4 Sep 2001 15:56:15 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 83219 invoked from network); 4 Sep 2001 15:56:12 -0000 Message-ID: From: Israel Olalla To: "'tomcat-dev@jakarta.apache.org'" Subject: FW: JSP, performance analysis? Date: Tue, 4 Sep 2001 17:56:11 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1355A.1E0B2460" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C1355A.1E0B2460 Content-Type: text/plain; charset="iso-8859-1" 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.(well i send a file by mail ... cause the mailer doent accept more than 100 kb) 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. ------_=_NextPart_000_01C1355A.1E0B2460--