Re: [squid-users] how to take advantage of multiple CPU's?

2006-03-22 Thread lawrence wang
it seems like Squid can't help but be CPU limited when it's serving very small objects (1KB) from memory, which is my situation. On 3/21/06, Chris Robertson [EMAIL PROTECTED] wrote: lawrence wang wrote: Is there a way to have Squid 2.5STABLE12 take advantage of multiple CPU's? Thanks in

Re: [squid-users] how to take advantage of multiple CPU's?

2006-03-22 Thread Steve Snyder
I don't recall you saying which OS you're running, but if it is Linux I suggest building Squid with the Intel compiler rather with GCC. Intel's ICC compiler (Linux version is free for non-commercial use) typically generates much better code for Intel CPUs than GCC does. I've been building

Re: [squid-users] how to take advantage of multiple CPU's?

2006-03-22 Thread Chris Robertson
lawrence wang wrote: On 3/21/06, Chris Robertson [EMAIL PROTECTED] wrote: lawrence wang wrote: Is there a way to have Squid 2.5STABLE12 take advantage of multiple CPU's? Thanks in advance for any advice or suggestions. Run multiple instances...

[squid-users] how to take advantage of multiple CPU's?

2006-03-21 Thread lawrence wang
Is there a way to have Squid 2.5STABLE12 take advantage of multiple CPU's? Thanks in advance for any advice or suggestions.

Re: [squid-users] how to take advantage of multiple CPU's?

2006-03-21 Thread Mark Elsen
Is there a way to have Squid 2.5STABLE12 take advantage of multiple CPU's? Thanks in advance for any advice or suggestions. No, because the SQUID source is simply uni-processor coded. M.