Re: wine 0.9.5 IO completion port questions

2007-12-06 Thread James McKenzie
Ken Thomases wrote: > On Dec 3, 2007, at 4:05 PM, Andrey Turkin wrote: > > >> Marius Slyzius wrote: >> >>> 2) possible bug: the server sends 1500 bytes with WsaSend ( with 2 >>> WSABUFFER ) and the client receive only 1452 bytes and calls WsaRecv >>> again. Also on the server, the completio

Re: wine 0.9.5 IO completion port questions

2007-12-06 Thread Ken Thomases
On Dec 3, 2007, at 4:05 PM, Andrey Turkin wrote: > Marius Slyzius wrote: >> 2) possible bug: the server sends 1500 bytes with WsaSend ( with 2 >> WSABUFFER ) and the client receive only 1452 bytes and calls WsaRecv >> again. Also on the server, the completion port receive event that >> transferred

Re: wine 0.9.5 IO completion port questions

2007-12-03 Thread Andrey Turkin
Marius Slyzius wrote: > > Hello all. > > > > I am trying to run ScimoreDB database which uses fibers, non-blocked > IO for sockets and files, and completion port. It did started ok > under 0.9.5 and seems it is working!!!:), so I would like to verify > few things about async IO with completion p

wine 0.9.5 IO completion port questions

2007-12-03 Thread Marius Slyzius
Hello all. I am trying to run ScimoreDB database which uses fibers, non-blocked IO for sockets and files, and completion port. It did started ok under 0.9.5 and seems it is working!!!:), so I would like to verify few things about async IO with completion ports before recompiling it with winel