Re: apache shared memory

2008-12-03 Thread Michael Sutter
Hello, I already have enabled the Axis2GlobalPoolSize parameter and I have implemented the service. The problem is, that the service works only every third call and I think this is a very strange behavior and I don't see what I have done wrong. Maybe I have a small error, but why it works with

Re: apache shared memory

2008-12-03 Thread Manjula Peiris
In your code are you switching to global pool before accessing the shared variable? Honestly speaking I have no time to look at your code. Thanks -Manjula. On Wed, 2008-12-03 at 09:07 +0100, Michael Sutter wrote: Hello, I already have enabled the Axis2GlobalPoolSize parameter and I have

Re: apache shared memory

2008-12-03 Thread Michael Sutter
Yes, I make axutil_allocator_switch_to_global_pool(env-allocator); try to get the variable or create and store and and then axutil_allocator_switch_to_local_pool(env-allocator); So I think this is the right way, as every third call confirm. Kind regards Michael Manjula Peiris wrote: In your