Re: cvs commit: squid3/lib xusleep.c Makefile.am

2007-04-24 Thread Henrik Nordstrom
tis 2007-04-24 klockan 11:14 -0600 skrev Duane Wessels: > > Hmm.. it's fine (and probably preferred) for the external daemon to use > > select and fd_set. This restriction is just on code linked into the > > squid binary. > > external daemon does not use select. it is a very simple loop: I know

Re: cvs commit: squid3/lib xusleep.c Makefile.am

2007-04-24 Thread Duane Wessels
On Tue, 24 Apr 2007, Henrik Nordstrom wrote: Hmm.. it's fine (and probably preferred) for the external daemon to use select and fd_set. This restriction is just on code linked into the squid binary. external daemon does not use select. it is a very simple loop: while (fgets(buf, U

Re: cvs commit: squid3/lib xusleep.c Makefile.am

2007-04-24 Thread Henrik Nordstrom
tis 2007-04-24 klockan 00:30 -0600 skrev Duane Wessels: > Fix for compiling src/unlinkd.cc with kqueue and epoll. > > When Squid is compiled with --enable-kqueue or --enable-epoll, we're > not supposed to use any fd_set structures. unlinkd.cc uses select() > to pause and wait for for f