Re: Axis2 simple http server memory management

2010-01-12 Thread Martin Benedix
Patrick Duflot schrieb: Hi list, I did a long-run test with the axis2 simple http server and the echo sample client invoking the echo service every 3 seconds. I saw the memory usage going from 4MB to 30MB then back to 10MB and then again to 40MB. Now that I stopped the client from polling the

Re: [Axis C++] GZIP Compression

2010-01-12 Thread Samisa Abeysinghe
On Tue, Jan 12, 2010 at 11:00 PM, Marek Bálint wrote: > Hello, > I am using C++ version of Axis in SOAP client and now I need to enable GZIP > compression, but here I am stuck. All faqs/tutorials/howtos/bugs/etc I > found > were about Java version. > > Therefore the first question is very simple:

[Axis C++] GZIP Compression

2010-01-12 Thread Marek Bálint
Hello, I am using C++ version of Axis in SOAP client and now I need to enable GZIP compression, but here I am stuck. All faqs/tutorials/howtos/bugs/etc I found were about Java version. Therefore the first question is very simple: Does any C/C++ version of Axis/Axis2 support GZIP compression? T