On Wednesday 02 March 2005 20:45, Ken Caruso wrote:[...]
You will see performace improvements on multi-processor machines. The BSD
threads are user-mode - it's all in a single process, and as such the load
cannot be distributed over more than one CPU. The Linux (and Solaris)
threading model supports that.
For low to medium load (say up to 150 requests per second in HTTP, about 50
with HTTPS) it doesn't really matter, as Pound is very light weight anyway.
Beyond that you probably should consider bigger hardware.[...]
|