Heh. The best way under unix is a hybrid of threads and epoll/kqueue w/ non-blocking socket IO. Adrian 2008/11/28 Ken DBA <mysqld@xxxxxxxx>: > > > > --- On Sat, 11/29/08, Adrian Chadd <adrian@xxxxxxxxxxxxxxx> wrote: > >> From: Adrian Chadd <adrian@xxxxxxxxxxxxxxx> > >> >> Considering people have deployed Squid forward and reverse >> proxies >> that achieve much more than 150mbit/sec, even considering >> the >> shortcomings of the codebases, > > Thanks. I also hope someone has deployed the high-flow application for squid to give helps. > >>I can't help but think >> there's >> something else going on that isn't specifically >> Squids' fault. :) >> > > oh.I was thinking the flow capacity is limited, maybe due to squid's IO select way? for example, it reads/writes socket using epoll/select/poll, not the threads/multi-processes. Thanks. > > Ken > > > > >