Re: Memory management process unclear

2010-01-20 Thread Samisa Abeysinghe
The samples are good source of reference in this case. For e.g. the echo sample. Can you share the client code that you are using? Samisa... On Wed, Jan 20, 2010 at 1:51 AM, Brody Lodmell brodylodm...@gmail.comwrote: we're using axis2 to consume soap services. this function

RE : Memory management process unclear

2010-01-20 Thread Olivier Mengué
] Date: mar. 19/01/2010 21 h 21 À: axis-c-user@ws.apache.org Objet : Memory management process unclear we're using axis2 to consume soap services. this function axiom_node_to_string AXIS2_EXTERN axis2_char_t *AXIS2_CALL axiom_node_to_string( axiom_node_t * om_node, const

Re: RE : Memory management process unclear

2010-01-20 Thread Brody Lodmell
); AXIS2_FREE (env-allocator, buffer); Message d'origine De: Brody Lodmell [mailto:brodylodm...@gmail.com] Date: mar. 19/01/2010 21 h 21 À: axis-c-user@ws.apache.org Objet : Memory management process unclear we're using axis2 to consume soap services. this function

Memory management process unclear

2010-01-19 Thread Brody Lodmell
we're using axis2 to consume soap services. this function axiom_node_to_string AXIS2_EXTERN axis2_char_t *AXIS2_CALL axiom_node_to_string( axiom_node_t * om_node, const axutil_env_t * env); declared in \axiom\include\axiom_node.h and defined in \axiom\src\om\om_node.h returns a

Re: Axis2 simple http server memory management

2010-01-13 Thread Nandika Jayawardana
then back to 10MB and then again to 40MB. Now that I stopped the client from polling the service, memory usage is as low as 80KB. NB : I am running Windows XP SP2 What is axis2 http server memory management policy ? Can we have some control over it ? A couple of related question : How

Re: Axis2 simple http server memory management

2010-01-12 Thread Martin Benedix
the service, memory usage is as low as 80KB. NB : I am running Windows XP SP2 What is axis2 http server memory management policy ? Can we have some control over it ? A couple of related question : How does it behaves with memory fragmentation ? And the most importatnt one : Is Axis2 simple http

Axis2 simple http server memory management

2010-01-08 Thread Patrick Duflot
is as low as 80KB. NB : I am running Windows XP SP2 What is axis2 http server memory management policy ? Can we have some control over it ? A couple of related question : How does it behaves with memory fragmentation ? And the most importatnt one : Is Axis2 simple http server production ready ? Thank

client side memory management

2009-12-13 Thread Sam Carleton
I am looking at the hello.c sample and seeing a lot of things that are never freed. I am also not seeing any rules stated on who is responsible for freeing memory on things. For example, in the hello.c code an axis2_options_t *options is created but at no point is it freed. Is it automatically

Re: client side memory management

2009-12-13 Thread Damitha Kumarage
Sam Carleton wrote: I am looking at the hello.c sample and seeing a lot of things that are never freed. I am also not seeing any rules stated on who is responsible for freeing memory on things. See whether this would help [1] Thanks, Damitha [1]

Memory management in Axis2/C

2007-08-19 Thread Subra A Narayanan
Hello everyone, I had some very basic questions about memory management in Axis2/C and hope I can clarify my doubts with your help. I did go through the article on memory management = http://wso2.org/library/237 but still have some questions. 1. I am working on a new webservice for which I just

Re: Memory management in Axis2/C

2007-08-19 Thread Manjula Peiris
Hi Subra, Please see my comments inline. On Sun, 2007-08-19 at 20:11 -0400, Subra A Narayanan wrote: Hello everyone, I had some very basic questions about memory management in Axis2/C and hope I can clarify my doubts with your help. I did go through the article on memory management = http

Re: [AXIS2C] memory management

2007-06-19 Thread Samisa Abeysinghe
by user. Samisa... -Original Message- From: Dr. Florian Steinborn [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 6:47 PM To: axis-c-user@ws.apache.org Subject: [AXIS2C] memory management Hi friends, just a simple question... When you define a webservice that has an operation

Re: [AXIS2C] memory management

2007-06-19 Thread Dr. Florian Steinborn
Thanks for the answers - unfortunately it raises more questions... 1. deep copy - should this mean to really copy something (by allocating new memory) and not just let a pointer to point to a certain piece of memory? 2. The function axis2_getStringResponse_set_return() is generated. The

Re: [AXIS2C] memory management

2007-06-19 Thread Dr. Florian Steinborn
Hi Samisa, 3. Do I understand correctly, nobody else frees the memory if not the user does it? Cannot imagine that - all the generated services would be giantic memory holes... The model is that the user got to free it. The notion of user got to free it makes sense, as the user has

[AXIS2C] memory management

2007-06-18 Thread Dr. Florian Steinborn
Hi friends, just a simple question... When you define a webservice that has an operation that returns a string, you probably will get a generated function similiar to this: /* starts here */ axis2_getStringResponse_t* axis2_skel_servicename_getString ( const axutil_env_t *env ,

Re: Memory management

2005-12-11 Thread Samisa Abeysinghe
.. *Stettler, Robert [EMAIL PROTECTED]* 08/12/2005 20:17 Please respond to Apache AXIS C User List To axis-c-user@ws.apache.org cc Subject Memory management Does the client need to delete the memory associated with the return objects returned

Re: Memory management

2005-12-09 Thread John Hawkins
To axis-c-user@ws.apache.org cc Subject Memory management Does the client need to delete the memory associated with the return objects returned by the generated webservice methods? Or is the memory managed by the axis? The information contained in this e-mail is confidential

Memory management

2005-12-08 Thread Stettler, Robert
Does the client need to delete the memory associated with the return objects returned by the generated webservice methods? Or is the memory managed by the axis? The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates. The