> -----Original Message-----
> From: Tomasz Kolaj [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 23, 2006 11:17 AM
> To: squid-users@squid-cache.org
> Subject: Re: [squid-users] low squid performance?
> 
> 
> Dnia czwartek, 23 lutego 2006 18:32, napisałeś:
> 
> > With epoll, 100 Req/sec puts my CPU at 23%.  It made a huge 
> difference.
> 
> I have still that same CPU usage.. mayby I aplied not this patch?
> 
> >
> > More memory and more spindles (drives) certainly won't 
> hurt, but you seem
> > to be CPU limited.  Taking care of that problem will likely 
> net you the
> > best improvement.
> 
> So what is your proposition?
> 
> Regards,
> -- 
> Tomasz Kolaj
>

Likely I wasn't clear with the steps involved with applying the epoll patch.  
My apologies.  Some of the following steps may be redundant in your case.

1) Grab most recent Squid source, untar, ungzip
2) Grab epoll patch
3) Grab autoconf 2.13 
(http://mirrors.kernel.org/gnu/autoconf/autoconf-2.13.tar.gz)
4) Ungzip, untar, configure, make, and install.
5) Grab automake 1.5 
(http://mirrors.kernel.org/gnu/automake/automake-1.5.tar.gz)
6) Ungzip, untar, etc. again.
7) Patch Squid source
8) Run bootstrap.sh in Squid source dir
9) Run "./configure --help" to verify --enable-epoll is an option
10) Configure, make, make install

Chris

Reply via email to