Ian Holsman wrote: [...] >Summary: >2.0 HEAD is approaching (and in some cases exceeeding) the performance >of Apache 1.3, but there still is some work needed to reduce the CPU >utilization, and locking of the pools. >
Notably, there are just two things that stand out as big performance problems in 2.0 right now: * mutexes in the pools * mallocs in the bucket code There are a lot of little optimization opportunities throughout the code, but they all appear to be minor in comparison to these two. --Brian
