This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients A. Skrobov, christian.heimes, eryksun, paul.moore, rhettinger, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-08.11:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457435712.3.0.994406436983.issue26415@psf.upfronthosting.co.za>
In-reply-to
Content
libapr library of Apache is designed to group all memory allocations required to handle an HTTP request. It is possible to release *all* memory allocations of the request at once.

It looks like the the "pool" object:

* https://apr.apache.org/docs/apr/2.0/group__apr__pools.html
* https://apr.apache.org/docs/apr/2.0/group__apr__allocator.html
History
Date User Action Args
2016-03-08 11:15:12vstinnersetrecipients: + vstinner, rhettinger, paul.moore, christian.heimes, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower, A. Skrobov
2016-03-08 11:15:12vstinnersetmessageid: <1457435712.3.0.994406436983.issue26415@psf.upfronthosting.co.za>
2016-03-08 11:15:12vstinnerlinkissue26415 messages
2016-03-08 11:15:12vstinnercreate