[EMAIL PROTECTED] writes:
> stoddard 2003/11/20 12:12:13
>
> Modified: docs/manual/mod mpm_common.xml mpm_winnt.xml
> Log:
> Win32: MaxMemFree works with mpm_winnt
I noticed this change while I was trying to backport
Japanese translation of 2.1 document to 2.0. Since this
change is only done in 2.1, I dived into source code whether
this applies to 2.0 or not.
AP_INIT_TAKE1("MaxMemFree" in core.c is same and
ap_mpm_set_max_mem_free in mpm_common.c is also same. And
mpm_winnt.c is same, so MaxMemFree should also work on Win32
in 2.0, right?
One thing that puzzled me while checking the code is that
mpm_winnt.c doesn't call apr_allocator_max_free_set like any
other MPMs (except perchild). Doesn't it have to call it,
too?
--
Yoshiki Hayashi