Mailing List Archive

function vca_acct has a little bug ?
cache_acceptor.c line 205
vca_acct(void *arg)
{
......
i = accept(pfd[u].fd, addr, &l);
.........
}

in freebsd os , accept maybe block in some one socket if
heritage.socks > 1 . because all pfd[u].fd not set nonblock
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.linpro.no/pipermail/varnish-dev/attachments/20080523/133291c3/attachment.htm
function vca_acct has a little bug ? [ In reply to ]
cache_acceptor.c line 205
vca_acct(void *arg)
{
......
i = accept(pfd[u].fd, addr, &l);
.........
}

in freebsd os , accept maybe block in some one socket if
heritage.socks > 1 . because all pfd[u].fd not set nonblock
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.linpro.no/pipermail/varnish-dev/attachments/20080523/133291c3/attachment-0001.htm