Re: [Libevent-users] API review

2006-10-31 Thread Toby Douglass
> Sounds interesting...what about writing data to the socket? Hmm. If an overlapped write is issued upon a IOCP'd socket, the callback function will be called when that write has completed. If I add a function to the API through which overlapped writes are issued, it will be possible to tell if

Re: [Libevent-users] API review

2006-10-31 Thread Gordon Scott
Sounds interesting...what about writing data to the socket?On 10/31/06, Toby Douglass <[EMAIL PROTECTED] > wrote:Okay, I've finished off the IO completion port code.I'd appreciate feedback on the API design. There are three functions;1. void socket_iocp_new( void **socket_iocp_state );This function