On Mon, 11 Apr 2005 22:22:16 +0200 (CEST)
 Henrik Nordstrom <[EMAIL PROTECTED]> wrote:
On Mon, 11 Apr 2005, Evgeny Kotsuba wrote:

Is helperHandleRead() called in situation when squid just started but there is no one client connection ?

helperHandleRead is always pending for read from the helper, called whenever there is ane read class activity on the helper read fd.


This includes helper shutdown. Closing of a connection/pipe is a read class event, and the read() will then return 0.
Yes,
But what in case if there is no activity on the helper ? If we have N redirectors, then there is the chances than some of them will never called , isn't it ?


SY,
Evgeny Kotsuba

Reply via email to