xiaoxiang781216 commented on issue #10931:
URL: https://github.com/apache/nuttx/issues/10931#issuecomment-1769102642

   > Thank you @xiaoxiang781216. Are you aware of any major pitfall with regard 
to behavior of read/write/poll operations on pipes among threads in the 
simulator? I ask because, the application I'm working on, shows no issues with 
this when built as a linux program, but when built into the nuttx simulator, it 
seems to block.
   
   poll work well very with both simulator and real device; we are building a 
very complex framework which use poll heavily, so poll implementation is solid 
in general. Recently, @thebolt report a special corner case which is fixed by: 
https://github.com/apache/nuttx/pull/10706


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to