Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 58578 invoked from network); 25 Jul 2006 11:39:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 11:39:52 -0000 Received: (qmail 65193 invoked by uid 500); 25 Jul 2006 11:39:52 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 65048 invoked by uid 500); 25 Jul 2006 11:39:51 -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 65037 invoked by uid 99); 25 Jul 2006 11:39:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 04:39:51 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of samisa.abeysinghe@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 04:39:49 -0700 Received: by wr-out-0506.google.com with SMTP id 71so1233593wri for ; Tue, 25 Jul 2006 04:39:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GY0AWmpD4E5bGzBCvUPSqh1SwmIyjus1KnKTJhQedpqM465dyUOZVH8KFlypNdhUu+i+3KnGXZG0BmYS91+s3RnjLTz6lwrEpxjV39aebNYdVGUkVgNrvx9HFwlRIgL1ukmlzXl1gnwAe3EMTRbgY45UyKZOLcOYK5P1h4nfkBw= Received: by 10.65.176.2 with SMTP id d2mr5158073qbp; Tue, 25 Jul 2006 04:39:28 -0700 (PDT) Received: from ?172.28.173.208? ( [12.154.211.2]) by mx.gmail.com with ESMTP id 20sm555076nzp.2006.07.25.04.39.28; Tue, 25 Jul 2006 04:39:28 -0700 (PDT) Message-ID: <44C602EC.5000801@gmail.com> Date: Tue, 25 Jul 2006 17:09:24 +0530 From: Samisa Abeysinghe User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache AXIS C Developers List Subject: Re: [Axis2]Renewing Guththila References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dinesh Premalal wrote: > Hi devs, > Hope to do following modifications to guththila code in > order to minimize memory leaks and enhance the performance of > guththila xml parser. Good to hear this. We need guththila up and running very badly IMHO. > > guththila_reader > ------------------------ > 1.Replace guththila_environment, guththila_allocator, > guththila_error with axis2_environment, axis2_allocator and axis2_error. > axis2_xx implementations has less errors , > well tested implementations and no point of maintaining same > implementations in two places Please consider using axis2_log as well. > > 2. Remove it's local stack implementation and use > axis2_utils stack implementation +1. > 3. Implement space , comments and pi handling functions. I thought we had space implementation. May be I am mistaken. > 4. Adding guththila_reader_create_for_io (), > guththila_reader_create_for_memory () functions. This will be great. So we could use a guththila wrapper as an alternative to libxml2 wrapper. At the moment we can only use libxml2. > > guththila_writer > --------------------------- > 1. Integrate with aixs2_utils stack implementation. +1. > > If you have any ideas please let us know. Please also adhere to the same coding convention as of Axis2/C. (Well no we do not have it formally documented, may be you can help to do that as well ;-). But please have a look at the axis2_svc_client.h header, that is our master guide as of now) Thanks, Samisa... > > thanks, > Dinesh > > -- > W.Dinesh Premalal > http://xydinesh.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org