Re: Chunked mempools query

From: Joe Cooper <joe@dont-contact.us>
Date: Mon, 25 Mar 2002 02:21:58 -0600

Thanks Andres,

You're quite right. Problem is solved, and it is building now.

I'll run a full polymix-4 on this branch tomorrow after the second
2.4STABLE6 run finishes. Anything I should be watching out for?

For anyone interested, 2.4STABLE6 completed a full polymix-4 this
afternoon, with no worrisome errors (only DNS errors that were my
fault). It was a run at 75 reqs/sec and exhibited 'good enough' hit
ratios, which is pretty respectable for the hardware (it's the old
K6-450 box that used to do 90-110 on PM-2 benches--PM-4 is quite a bit
harder so 75 is fine, I think). I'm about two hours into the first top
phase of another run at 80, and have eliminated the DNS problem in the
test environment.

I'll begin posting results tomorrow.

Andres Kroonmaa wrote:
> That typo should be it. MemPool.o was not made.
> bootstrap again.
>
> config options are usual, no specials.
>
> ===================================================================
> Log Message:
> oops, typo...
>
>
> Index: Makefile.am
> ===================================================================
> RCS file: /cvsroot/squid/squid/lib/Makefile.am,v
> retrieving revision 1.2.18.3
> retrieving revision 1.2.18.4
> diff -w -u -r1.2.18.3 -r1.2.18.4
> --- Makefile.am 8 Mar 2002 09:44:18 -0000 1.2.18.3
> +++ Makefile.am 25 Mar 2002 07:49:05 -0000 1.2.18.4
> @@ -26,7 +26,7 @@
> md5.c \
> snprintf.c
> libmiscutil_a_SOURCES = \
> - MemPool. \
> + MemPool.c \
> Array.c \
> base64.c \
> getfullhostname.c \
>
> On 25 Mar 2002, at 0:54, Joe Cooper <joe@swelltech.com> wrote:
>
>
>>Hey guys,
>>
>>What configure options should I be using to get the chunked_mempools
>>branch to build? I've just dropped it into my usual Squid RPM, which
>>configures like so:
>>
>>--exec_prefix=/usr --bindir=/usr/sbin --libexecdir=/usr/lib/squid \
>> --localstatedir=/var --sysconfdir=/etc/squid \
>> --enable-poll --enable-snmp --enable-removal-policies="heap,lru" \
>> --enable-storeio="aufs,diskd,ufs" --enable-underscores \
>> --enable-delay-pools --enable-linux-netfilter \
>> --with-pthreads --enable-auth-modules="LDAP,NCSA,PAM,SMB,MSNT"
>>
>>But I get a lot of undefined reference errors when building...
>>
>>A snippet of the errors:
>>
>>authenticate.o: In function `authenticateAuthUserRequestNew':
>>authenticate.o(.text+0x50b): undefined reference to `memPoolAlloc'
>>authenticate.o(.text+0x56b): undefined reference to `memPoolCreate'
>>authenticate.o: In function `authenticateAuthUserRequestFree':
>>authenticate.o(.text+0x679): undefined reference to `memPoolFree'
>>cbdata.o: In function `cbdataInitType':
>>cbdata.o(.text+0xb7): undefined reference to `memPoolCreate'
>>cbdata.o: In function `cbdataInternalAlloc':
>>cbdata.o(.text+0x2ed): undefined reference to `memPoolAlloc'
>>cbdata.o: In function `cbdataInternalFree':
>>cbdata.o(.text+0x404): undefined reference to `memPoolFree'
>>cbdata.o: In function `cbdataUnlock':
>>
>>I used the bootstrap script to generate all the makefiles and such,
>>which seemed to work fine for HEAD and commloops (a few weeks ago).
>>
>>Anything I'm missing to make this build, or is chunked_mempools broken
>>right now?
>>
>>Thanks!
>>--
>>Joe Cooper <joe@swelltech.com>
>>http://www.swelltech.com
>>Web Caching Appliances and Support
>>
>>
>
>
>
> ------------------------------------
> Andres Kroonmaa <andre@online.ee>
> CTO, Microlink Online
> Tel: 6501 731, Fax: 6501 725
> Pärnu mnt. 158, Tallinn,
> 11317 Estonia
>
>
>
>

-- 
Joe Cooper <joe@swelltech.com>
http://www.swelltech.com
Web Caching Appliances and Support
Received on Mon Mar 25 2002 - 01:24:04 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:53 MST