Re: RE : Memory footprint

2008-09-11 Thread Samisa Abeysinghe
the best control over your memory footprint since you can adapt the code to your needs. I may be wrong here but I think the design philosophy of Axis2/C is concentrated on runtime speed and so has nothing like memory optimisation taken into consideration. I give as an example of this thinking the

RE : Memory footprint

2008-09-11 Thread Lefrancois, Carl
Saad, I think you will find that Axis2/C gives you the best control over your memory footprint since you can adapt the code to your needs. I may be wrong here but I think the design philosophy of Axis2/C is concentrated on runtime speed and so has nothing like memory optimisation taken into

RE: Memory footprint

2008-09-11 Thread Saad Nader
Powered By Gamespy www.poweredbygamespy.com -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 6:33 AM To: Apache AXIS C User List Subject: Re: Memory footprint What are the memory footprint expectations you have? -- Samisa Abeysinghe

Re: Memory footprint

2008-09-11 Thread Samisa Abeysinghe
What are the memory footprint expectations you have? -- Samisa Abeysinghe Director, Engineering; WSO2 Inc. http://www.wso2.com/ - "The Open Source SOA Company" Saad Nader wrote: Hello All, We’re working on some middleware that will run on embedded devices. We need to consi

Re: Memory footprint

2008-09-11 Thread Danushka Menikkumbura
ls, I can see a slight improvement in the memory footprint. It comes down to 3280k from 3924k on my WinXP. Similarly Simple Axis2 server memory footprint comes down to 3388k from 4140k. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspo

Re: Memory footprint

2008-09-11 Thread Rajika Kumarasiri
>>>> >>>> >>>> On Thu, Sep 11, 2008 at 3:23 AM, Saad Nader <[EMAIL PROTECTED]> 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 &

Re: Memory footprint

2008-09-11 Thread Milinda Pathirage
]> wrote: > >> Hi, >> I did some simple tests to find out memory footprint. Here are the >> results: >> >> Simple Axis2/C Server(Sleeping): 400KB >> When I run echo sample simple axis server takes 472KB memory even after >> echo requests are handled. >

Re: Memory footprint

2008-09-10 Thread Supun Kamburugamuva
linda Pathirage < [EMAIL PROTECTED]> wrote: > Hi, > I did some simple tests to find out memory footprint. Here are the results: > > Simple Axis2/C Server(Sleeping): 400KB > When I run echo sample simple axis server takes 472KB memory even after > echo requests are handled. >

Re: Memory footprint

2008-09-10 Thread Milinda Pathirage
Hi, I did some simple tests to find out memory footprint. Here are the results: Simple Axis2/C Server(Sleeping): 400KB When I run echo sample simple axis server takes 472KB memory even after echo requests are handled. There may be memory leaks in simple axis server because most of the time we

Re: Memory footprint

2008-09-10 Thread Rajika Kumarasiri
x27;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 typic

Memory footprint

2008-09-10 Thread Saad Nader
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. T