Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 4360 invoked from network); 11 Sep 2008 02:03:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 02:03:15 -0000 Received: (qmail 46314 invoked by uid 500); 11 Sep 2008 02:03:12 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 46304 invoked by uid 500); 11 Sep 2008 02:03:12 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 46292 invoked by uid 99); 11 Sep 2008 02:03:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 19:03:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajikacc@gmail.com designates 209.85.142.186 as permitted sender) Received: from [209.85.142.186] (HELO ti-out-0910.google.com) (209.85.142.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 02:02:11 +0000 Received: by ti-out-0910.google.com with SMTP id y6so56598tia.18 for ; Wed, 10 Sep 2008 19:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=fbXxQT1I7NG3cJKux9V7kaPgrai3FeLX+3y41R3WHf8=; b=tiJEvGTkyAooG3XveSm6qOsRqa0t7cgeTaeQsiDD9ytCu2MtCDOCtriuf3Zo8NGy49 VlqbsQimx27Crx7E8aVlsZ4S060iQgsgU286B/v2FXBHCthcFLm2jhxahblqkRRaq48B kkC7X2m+ehxePao/1a1KGyVuzHFsdgPghHWso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=Y4jQYuo7aUSC1oNoXZuBN/x9M9VkQnV9EhnyDJs69OX9AohEYTt3QpBvDMo3AjLenV 8BU95PnAp93bOes6Ibs4vDces2CX/iJ8Qr/sJFToR3LDRZYiMQQRSkzA5+c0BUyRejqd IuD2DKILTVoYynfDnODNcVtfRrFh5/4Ud7iNQ= Received: by 10.110.14.12 with SMTP id 12mr2523773tin.31.1221098544055; Wed, 10 Sep 2008 19:02:24 -0700 (PDT) Received: by 10.110.11.6 with HTTP; Wed, 10 Sep 2008 19:02:23 -0700 (PDT) Message-ID: <696bc1d50809101902ie8a3119x9303f460a3e3c0ff@mail.gmail.com> Date: Thu, 11 Sep 2008 07:32:23 +0530 From: "Rajika Kumarasiri" To: "Apache AXIS C User List" Subject: Re: Memory footprint In-Reply-To: <5C4EF28932DEFD468691C6B44E3C3FEF2B45D6@IGN-MSG-04.hq.ign.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_138658_6477872.1221098544050" References: <5C4EF28932DEFD468691C6B44E3C3FEF2B45D6@IGN-MSG-04.hq.ign.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_138658_6477872.1221098544050 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Sep 11, 2008 at 3:23 AM, Saad Nader wrote: Interesting question!, I am not aware of the fact how much memory is used by Axis2/C. But you should be able to measure it using few simple tools, under Linux or Windows. In linux you can start the server and try 'top' to observer the memory usage of the server by sending few requests to it. -Rajika > Hello All, > > > > We're working on some middleware that will run on embedded devices. We > need to consider memory footprint before using the Axis2 system. What is > the typical memory footprint that a simple echo app uses for each module? > We will be using the http sender and receiver. > > > > Thanks, > > ------------------------ > > Saad Nader > > Middleware Engineer > > Powered By Gamespy > > www.poweredbygamespy.com > > > -- http://wso2.org/ http://llvm.org/ http://www.osdev.org/ ------=_Part_138658_6477872.1221098544050 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline


On Thu, Sep 11, 2008 at 3:23 AM, Saad Nader <snader@gamespy.com> wrote:
Interesting question!, I am not aware of the fact how much memory is used by Axis2/C. But you should be able to measure it using few simple tools, under Linux or Windows. In linux you can start the server and try 'top' to observer the memory usage of the server by sending few requests to it.

-Rajika

Hello All,

 

We're working on some middleware that will run on embedded devices.  We need to consider memory footprint before using the Axis2 system.  What is the typical memory footprint that a simple echo app uses for each module?  We will be using the http sender and receiver.

 

Thanks,

------------------------

Saad Nader

Middleware Engineer

Powered By Gamespy

www.poweredbygamespy.com

 




--
http://wso2.org/
http://llvm.org/
http://www.osdev.org/
------=_Part_138658_6477872.1221098544050--