https://bz.apache.org/bugzilla/show_bug.cgi?id=59829

Peter H. <p.hochb...@dvz-mv.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34496|0                           |1
        is obsolete|                            |
  Attachment #34507|0                           |1
        is obsolete|                            |

--- Comment #8 from Peter H. <p.hochb...@dvz-mv.de> ---
Created attachment 34518
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34518&action=edit
using apr_itoa for integer conversion, removed comment setting
remoteip-proxy-ip-list

Changed two things compared to previous patch:

The note "remoteip-proxy-ip-list" in the request-table is meant to be used by
mod_log_config to log the proxy forwarding the request. I removed the comment
at this line.

Instead of using snprintf for converting the integer value to a character array
you can use apr_itoa. Thus the definition of a buffer at the data structure for
remoteip_config_t is not necessary. There is no impact on complexity for
allocating and deallocating the memory on destruction of the request pool,
because the memory isn't really deallocated, but added to a list of free memory
managed by the apache core.
Source:
http://www.fmc-modeling.org/category/projects/apache/amp/4_6Memory_resource.html
Unfortunately the apache documentation doesn't go that much into detail
regarding memory management.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to