Changes were done. Now we are using httpd request pool rather than our own apr_pool.
Thanks, -Manjula. On Sat, 2008-07-26 at 20:25 +0530, Damitha Kumarage wrote: > 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 prevent > > swapping.Since we have attachment caching logic in place we no longer > > need this and we can switch back to using httpd request pool as find in > > releases prior to 1.4. Also use of httpd request pool has more > > performance than the current model. WDYT ? > > > It is a good thing switching back to request pool. I did a performance > test for 1.5 with and without request pool change and it showed about > 1000tps performance gain with request pool. > > thanks, > Damitha > > Thanks, > > -Manjula > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
