Re: [squid-users] Squid performance in serving video files?

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Sun, 04 Oct 2009 16:20:44 +1300

Ryan Chan wrote:
> Hey
>
> On Sun, Oct 4, 2009 at 10:34 AM, Amos Jeffries <squid3_at_treenet.co.nz> wrote:
>> No. Two or more files can be served at the same time.
>> Squid is built in a non-blocking design that does multi-threaded things
>> internally without using OS threads.
>>
>> Amos
>
> Is it using epoll?

If it's built with that library and none better is available.

pluggable poll, select, dev/poll, epoll, kqueue, and signals for network IO.
pluggable AIO, OIO, pthread, AIOPS and custom helpers for disk IO.

Around a core asynchronous event processing loop.

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE7 or 3.0.STABLE19
   Current Beta Squid 3.1.0.14
Received on Sun Oct 04 2009 - 03:21:18 MDT

This archive was generated by hypermail 2.2.0 : Sun Oct 04 2009 - 12:00:02 MDT