Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 75050 invoked by uid 500); 26 Sep 2002 22:21:13 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 75041 invoked from network); 26 Sep 2002 22:21:12 -0000 Message-ID: <006101c265ab$08891610$1c00a8c0@MARTINJ> From: "Martin Jericho" To: References: <6DD53F8578D7D41193C400B0D0B00910017DAE2A@rm-nt-exch3.russellmellon.com> <3D937C13.4B7F4F8F@ieee.org> Subject: Re: sending large files Date: Fri, 27 Sep 2002 08:21:12 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: ----- Original Message ----- From: "James Black" To: Sent: Friday, September 27, 2002 7:28 AM Subject: Re: sending large files > "Jung, Eric (Contractor)" wrote: > > > Have you turned off debugging output? With a stdout appender, things are > > extremely slow for me with message sizes no where approaching 800K. > > Turned it off where? org.apache.log4j.Category.getDefaultHierarchy().disableDebug(); > I am installing Tomcat 4.1.12 at the moment,but would like to know how to > turn off any debugging also. Regarding the performance problem, you should indeed half the time required by turning off debugging, but the real problem is worse than that. I posted a message to this mailing list a couple of days ago (Subject: Performance problems with RPC messages over 20k), where I did some benchmarks based on message size. It looks like the time required to process the message increases at a geometric rate relative to the message size. As yet no-one else seems to be interested in this problem, so the best thing I can suggest is to break your string up into 20K chunks. Please let me know whether you find out anything more about it. Martin Jericho