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 <[EMAIL PROTECTED]>:
>
>
>
> --- On Sat, 11/29/08, Adrian Chadd <[EMAIL PROTECTED]> wrote:
>
>> From: Adrian Chadd <[EMAIL PROTECTED]>
>
>>
>> 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
>
>
>
>
>

Reply via email to