Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 25469 invoked from network); 16 Apr 2007 15:53:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 15:53:35 -0000 Received: (qmail 65831 invoked by uid 500); 16 Apr 2007 15:53:29 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 65767 invoked by uid 500); 16 Apr 2007 15:53:28 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 65713 invoked by uid 99); 16 Apr 2007 15:53:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 08:53:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of henri.gomez@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 08:53:20 -0700 Received: by wr-out-0506.google.com with SMTP id q50so1802938wrq for ; Mon, 16 Apr 2007 08:52:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NAxIzs/k3LJQGrgiYhBB7zeroOlZvKefuJYYctT7wWKv5eklaghKIB+XNGhpih2aWayoWXPnBti6fXQT7sVjn2bD7ZuqLsWaPaiRRHVuWFTbxjQJCnmAmL638BedHe9+mgvTkY8RV3VVYNbZCcWGj1rgKv60PqhybQzcRcEARdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UyxqXyvAlXoeQYLzj6Ujl7zsVfsqJo7z1rdFm8c5O2tpzC8PE1tio1Wem29AJx5Ky+JCQy9laOsUOgoVWJFRnQJ7VRxXXSibSXe1xaX3ZmRdvDEDK8gcggVS649OQJLHQUSf28GqQzqjAGdZ4qv6FHhGoz68aAFDngdjP9wwEh4= Received: by 10.115.106.7 with SMTP id i7mr1961184wam.1176738778702; Mon, 16 Apr 2007 08:52:58 -0700 (PDT) Received: by 10.115.72.15 with HTTP; Mon, 16 Apr 2007 08:52:58 -0700 (PDT) Message-ID: <6291fc850704160852t7fe58fafx5209ae5e4723dbdc@mail.gmail.com> Date: Mon, 16 Apr 2007 17:52:58 +0200 From: "Henri Gomez" To: "Tomcat Developers List" Subject: Re: snprintf/vsnprintf in mod_jk In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1172137333.3118.33.camel@jfcpc> <6291fc850704140932m9ca157brcafd6b9f749a2586@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Well the latest mod_jk working on i5/OS v5R3 was 1.2.19. 1.2.20, 1.2.21 and 1.2.22 didn't works and you could see on the dev list the various problems encoutered. With i5/OS v5R4, the module are no more in EBCDIC land but UTF and as such need a serious code review. I just asked one IBM representative in Rochester Labs if they could help us (ASF) in such area. The future of mod_jk on i5/OS depends on the answer, since it will be very difficult and time consuming to have a functionnal mod_jk without help from the Labs. Stay tuned 2007/4/16, Guenter Knauf : > Hi Henri, > >> anybody out there who can test this with AS400? > > > I could test on AS400 but mod_jk didn't works on AS400, seems to me a > > thread/log problem and I can't figure it where > I've just put the stuff into SVN, perhaps you can check it that builds at least; > if you see linkage errors then you might have to add ap_spnprintf.c somwhere to the buid process... > > does mod_jk 1.2.15 work on AS400? I see currently with this 1.2.23-dev a memory leak of 8280 bytes; > with 1.2.15 I dont see this; but I've not further tracked down yet where this might be - however its _not_ from the HUGE_BUFFER_SIZE buffer; I did a quick test with this buffer doubled in size, but the leak kept same... > > Guenter. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org