The following reply was made to PR mod_proxy/2186; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Albaney Baylao <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_proxy/2186: Garbage Colection Faults Date: Tue, 12 May 1998 17:03:19 -0600 (MDT) On Tue, 12 May 1998, Albaney Baylao wrote: >=20 > Analyzing the source of apache, I discovered this line in the file=20 > proxy_cache.c: >=20 > 148 files =3D make_array(r->pool, 100, sizeof(struct gc_ent *)); >=20 > The elements of this array are the files of cache. The limit of=20 > files in this array is 100. But the great part of the files is little,=20 > then the files ignored (above 100th) isn=B4t unlink of th cache.=20 >=20 > If the limit of 100 is changed for 1000 in my site resolved the=20 > problem. Hmm. Then there is something else wrong. That number just specifies the starting number of elements. Array functions expand this as necessary. =20 Thanks, perhaps someone can track this down with this information. >=20 > Sorry, my english is very, very bad. More than good enough. >=20 > Thanks. > Albaney. >=20 > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com >=20
