[squid-users] why squid does not support sendfile() ?

2010-01-26 Thread Weibin Yao
I'am using squid-2.7. I has checked the configure reference and found nothing about sendfile(). Why squid does not support sendfile()? especially the HIT request. -- Weibin Yao

Re: [squid-users] why squid does not support sendfile() ?

2010-01-26 Thread Amos Jeffries
Weibin Yao wrote: > I'am using squid-2.7. I has checked the configure reference and found > nothing about sendfile(). Why squid does not support sendfile()? > especially the HIT request. > 1) Blocking call. Squid needs to support more than one client request simutaneously. 2) speed. sendfile is l

Re: [squid-users] why squid does not support sendfile() ?

2010-02-07 Thread Matus UHLAR - fantomas
> Weibin Yao wrote: > > I'am using squid-2.7. I has checked the configure reference and found > > nothing about sendfile(). Why squid does not support sendfile()? > > especially the HIT request. On 26.01.10 21:26, Amos Jeffries wrote: > 1) Blocking call. Squid needs to support more than one client

Re: [squid-users] why squid does not support sendfile() ?

2010-02-08 Thread Amos Jeffries
Matus UHLAR - fantomas wrote: Weibin Yao wrote: I'am using squid-2.7. I has checked the configure reference and found nothing about sendfile(). Why squid does not support sendfile()? especially the HIT request. On 26.01.10 21:26, Amos Jeffries wrote: 1) Blocking call. Squid needs to support m