Squid-2.6 comm_select_simple.c added

2006-10-29 Thread Henrik Nordstrom
Based on the experiences from rewriting comm_select_win32.c and reading SUSv3/IEEE1003.1 2004 edition I now "wrote" yet another select implementation for 2.6: comm_select_simple. This should work on any system implementing select() per the current POSIX specs, including Windows and a number of othe

Re: Squid-2.6 comm_select_win32.c, time for a rewrite to new commloop structure?

2006-10-29 Thread Robert Collins
On Sat, 2006-10-28 at 02:51 +0200, Henrik Nordstrom wrote: > WSAAsyncSelect() ... probably better to go straight to overlapped io, which is pretty nice. -Rib -- GPG key available at: . signature.asc Description: This is a digitally signed message part

Re: Squid-2.6 comm_select_win32.c, time for a rewrite to new commloop structure?

2006-10-29 Thread Adrian Chadd
On Mon, Oct 30, 2006, Robert Collins wrote: > On Sat, 2006-10-28 at 02:51 +0200, Henrik Nordstrom wrote: > > WSAAsyncSelect() > ... > > probably better to go straight to overlapped io, which is pretty nice. Get squid-3 out the door and concentrate on tidying up the codebase! Overlapped IO won't