Skip to content
Commit 075fd220 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Allocate iols out of the ptrans pool rather than mallocing them out

of the heap. The extra malloc/free is a significant performance
hit on some platforms and repeatedly alloc/freeing small chunks of storage
can fragment the heap.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85770 13f79535-47bb-0310-9956-ffa450edef68
parent a97fae96
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment