On Fri, Feb 21, 2014 at 10:06 PM, Erich E. Hoover erich.e.hoover@gmail.com wrote:
On Fri, Feb 21, 2014 at 5:55 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
The attached patch implements a socket queue in the DLL side and implements WSACleanup. For now the socket list does not have any parameter but my target is to add more stuff to it and reduce the server calls. Any comments are appreciated. ...
At least in the server handles are converted into indices in a table: http://source.winehq.org/source/server/handle.c#L70
Is there some reason that you did not do it this way?
I did it in the simplest way I found, I was not aware the server did that, what are the advantages?
Best, Erich
Bruno