Re: [PATCHES] New socket code for win32

2004-04-12 Thread Bruce Momjian
Patch applied with later socket.c file used. Thanks. This is a major Win32 accomplishment. --- Magnus Hagander wrote: > Here's an attempt at new socket and signal code for win32. > > It works on the principle of turning

Re: [PATCHES] New socket code for win32

2004-04-10 Thread Bruce Momjian
ect at EINTR for consistency > > > //Magnus > > > >-Original Message- > >From: Magnus Hagander > >Sent: den 4 april 2004 22:08 > >To: [EMAIL PROTECTED] > >Subject: [PATCHES] New socket code for win32 > > > > > >Here's an atte

Re: [PATCHES] New socket code for win32

2004-04-09 Thread Magnus Hagander
EINTR for consistency //Magnus >-Original Message- >From: Magnus Hagander >Sent: den 4 april 2004 22:08 >To: [EMAIL PROTECTED] >Subject: [PATCHES] New socket code for win32 > > >Here's an attempt at new socket and signal code for win32. > >It works on the pri

[PATCHES] New socket code for win32

2004-04-04 Thread Magnus Hagander
Here's an attempt at new socket and signal code for win32. It works on the principle of turning sockets into non-blocking, and then emulate blocking behaviour on top of that, while allowing signals to run. Signals are now implemented using an event instead of APCs, thus getting rid of the issue of