[jira] Created: (AXIS2C-1242) Serious memory leak in mod_axis2 when Apache receives non-axis requests

2008-07-26 Thread alex bolgarov (JIRA)
Serious memory leak in mod_axis2 when Apache receives non-axis requests --- Key: AXIS2C-1242 URL: https://issues.apache.org/jira/browse/AXIS2C-1242 Project: Axis2-C Issue Ty

Re: Switching back to httpd request pool

2008-07-26 Thread Damitha Kumarage
Manjula Peiris wrote: Hi, In Axis2/C 1.4 and 1.5 releases we have changed the logic in mod_axis2 to create our own apr_pool from our own apr_allocator for a particular request. This change was done to handle requests with relatively large attachment for a longer period of time in order to preven

Switching back to httpd request pool

2008-07-26 Thread Manjula Peiris
Hi, In Axis2/C 1.4 and 1.5 releases we have changed the logic in mod_axis2 to create our own apr_pool from our own apr_allocator for a particular request. This change was done to handle requests with relatively large attachment for a longer period of time in order to prevent swapping.Since we have