[ros-dev] I/O subsystem question

Ge van Geldorp gvg at reactos.com
Mon Sep 12 16:43:00 CEST 2005


> From: Gunnar Dalsnes
> 
> We dont support serialization of asynch. i/o agains the same 
> fileobject. 
>    :-D

Ok, let me rephrase :)
Both the recv() and the send() call are synchronous: they are not expected
to return before they completed their job. However, they are being called
from two different threads and so are in progress at the same time. Seems
like a pretty common scenario for network apps to me.

Gé van Geldorp.




More information about the Ros-dev mailing list