Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 15291 invoked from network); 9 May 2008 12:56:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 12:56:17 -0000 Received: (qmail 51699 invoked by uid 500); 9 May 2008 12:56:19 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 51677 invoked by uid 500); 9 May 2008 12:56:19 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 51666 invoked by uid 99); 9 May 2008 12:56:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 05:56:19 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 May 2008 12:55:26 +0000 Received: (qmail 94612 invoked by uid 0); 9 May 2008 12:55:45 -0000 Received: from unknown (HELO ?10.100.1.184?) (unknown) by unknown with SMTP; 9 May 2008 12:55:45 -0000 X-pair-Authenticated: 124.43.33.209 Subject: Caching support for MTOM From: Manjula Peiris To: Apache AXIS C Developers List Content-Type: text/plain Date: Fri, 09 May 2008 17:55:52 +0530 Message-Id: <1210335952.6522.14.camel@manjula> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi devs, I have implemented a caching technique [1] for MTOM. I had to completely rewrite the current mime_parser logic. The implementation also has a new searching technique which efficiently uses memory. There are some bugs need to be fixed in the new implementation and it also need to be tested. Some API additions may need to be done in order to put this implementation to the current Axis2/C trunk. I will discuss those in this list. Since we now have a stable MTOM implementation I propose we will put these new stuff in a scratch area and continue with the further development. Thoughts please ? [1] https://issues.apache.org/jira/browse/AXIS2C-672 Thanks, -Manjula. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org