I am returning to C++ after spending a few years in Java, so I have forgotten basics of memory management.
I have to use AXIS2/C for writing a web service client. I read on a lot of forums that AXIS2/C has problems of memory leakage. But, I would be coding short lived client processes, that would die after a couple of transactions. Is memory leakage a problem for such processes?
Can I bank on the Linux kernel to take care of any memory leakages that the C++ code left behind? Don't see any good document about how to free the memory in the AXIS2/C client.
Jens Gustedt, This question is different from the one you pointed out, because it specifically asks about Apache AXIS2/C, seeks information about how to free memory in AXIS2/C.