Re: Overlapped IO was Re: [Mono-list] threads and Async Socket methods

2004-05-03 Thread Gonzalo Paniagua Javier
El jue, 29-04-2004 a las 17:18, P Oscar Boykin escribió: On Thu, Apr 29, 2004 at 04:05:35PM +0200, Gonzalo Paniagua Javier wrote: El mi?, 28-04-2004 a las 23:15, P Oscar Boykin escribi?: Does Mono support overlapped IO on the asynchronous socket calls. We do that in unix world usign

Re: Overlapped IO was Re: [Mono-list] threads and Async Socket methods

2004-04-29 Thread Gonzalo Paniagua Javier
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.

Re: Overlapped IO was Re: [Mono-list] threads and Async Socket methods

2004-04-29 Thread P Oscar Boykin
On Thu, Apr 29, 2004 at 04:05:35PM +0200, Gonzalo Paniagua Javier wrote: El mi?, 28-04-2004 a las 23:15, P Oscar Boykin escribi?: Does Mono support overlapped IO on the asynchronous socket calls. We do that in unix world usign aio_read/aio_write. It's in CVS since 2 days ago. Try it and see

Overlapped IO was Re: [Mono-list] threads and Async Socket methods

2004-04-28 Thread P Oscar Boykin
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