Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 66729 invoked from network); 18 Aug 2004 13:51:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 13:51:42 -0000 Received: (qmail 88941 invoked by uid 500); 18 Aug 2004 13:51:42 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 88909 invoked by uid 500); 18 Aug 2004 13:51:41 -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 88892 invoked by uid 99); 18 Aug 2004 13:51:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.68.1.20] (HELO relay.pair.com) (209.68.1.20) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 18 Aug 2004 06:51:41 -0700 Received: (qmail 69012 invoked from network); 18 Aug 2004 13:51:39 -0000 Received: from 108.250.adsl.sltnet.lk (HELO ?192.168.101.20?) (220.247.250.108) by relay.pair.com with SMTP; 18 Aug 2004 13:51:39 -0000 X-pair-Authenticated: 220.247.250.108 Subject: Re: Some Design Questions... From: Roshan Weerasuriya To: Apache AXIS C Developers List In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1092837084.1187.20.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 18 Aug 2004 19:51:24 +0600 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi Scott, > (1) Has the axis server engine accommodated the possibility > > of asynchronous handlers in either the Request or Response chains? What do you mean by "asynchronous handlers" here? Roshan On Wed, 2004-08-18 at 13:34, John Hawkins wrote: > > > Hi, > > Update on trace - > > AspectC++ for entry and exit trace - I think we have to declare this a > non-starter. Having looked into it - the AspectC++ code is simply not > capable of doing the simple things we need to do. I get compile errors all > over the place. I'm still investigating but will not be able to implement > in the 1.3/1.4 timeframe. I intend to introduce some other way of adding > entry and exit trace (java pre--parser or the like) - we have a first > version but it needs improving. I'll keep in contact with the AspectC folks > and try to get aspects working in the future. > > > > John Hawkins > > > > Samisa Abeysinghe > e@yahoo.com> To > Apache AXIS C Developers List > 18/08/2004 06:05 > cc > > Please respond to Subject > "Apache AXIS C Re: Some Design Questions... > Developers List" > > > > > > > > > > Hi Scott, > At the moment none of the features you are looking for are available in > Axis C++. > However the good news is that there are plans for a new version. Your > ideas could be taken as > input for the new design. > > > > (1) Has the axis server engine accommodated the possibility > > of asynchronous handlers in either the Request or Response chains? > > Not at the moment. > > > > > (2) What is the plan for allowing AxisCpp integrators to plug-in > > their own logging subsystem? > > > > This would require a 'logging abstraction layer'. This will be food for > thought for the new > design. > Hopefully plans would be available soon. > At the moment there is an effort going on to use Aspect C++ for tracing. > However, as I understand > this is not what you are looking for. > > > (3) Similarly, what is the plan for custom memory managers? > > > > Memory management has been identified as one of the areas to be improved. > The palns would be laid > down soon. > > > > > Thank you, > > -Scott > > > > > > PS - Related to item (3) above...I saw in your TODO list that > > you would like to walk away from STL. FWIW, this is wise. > > I've had to cut out all STL in my own projects because of many > > leaks and inconsistencies amongst different STL implementations. > > Sad, but true. > > > > There has been much debate on dropping vs keeping STL. However, the > community decided to keep > it within the engine as it is believed to be efficient and easy to use. > There had been some effort > to eliminate STL at client stub level. > Considering the amount of STL being used in the core code at the > moment, it is not an easy > task to drop all STL overnight. > I too have had bad experiance with STL in the past. I hope the future > versions would take the > concerns into account. > > Samisa... > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. > http://promotions.yahoo.com/new_mail > > >