Overlapped IO was Re: [Mono-list] threads and Async Socket
methods
Gonzalo Paniagua Javier
gonzalo@ximian.com
Thu, 29 Apr 2004 16:05:35 +0200
El mié, 28-04-2004 a las 23:15, P Oscar Boykin escribió:
> Sorry for replying to myself, but I thought some other people might
> benefit from seeing a few references.
>
> It seems what I am interested in is the following question:
>
> Does Mono support overlapped IO on the asynchronous socket calls.
> Winsock does support this. It seems the .Net framework is supposed to
> support this. When I put a server under heavily load, this fails on
> mono 0.31 on debian unstable.
We do that in unix world usign aio_read/aio_write. It's in CVS since 2
days ago. Try it and see if it does what you want :).
-Gonzalo