apache shared memory

2008-12-02 Thread Michael Sutter
Hello list, I have a strange behavior and hopefully someone can help me. I have implemented a simple service and I want to access the shared memory of the apache daemon. The service stores a object, which can perform some basic mathematical operations and store a value. In the first call of the

Re: apache shared memory

2008-12-02 Thread Manjula Peiris
You can enable Shared memory for mod_axis2 by adding Axis2GlobalPoolSize parameter in the httpd.conf. And when accessing that shared variable you need to switch to global pool. Please see axutil_allocator.h for details. On Tue, 2008-12-02 at 11:53 +0100, Michael Sutter wrote: Hello list, I