patacongo commented on pull request #1655: URL: https://github.com/apache/incubator-nuttx/pull/1655#issuecomment-681309202
> > I would think that Sebastian Ene's pre-emption changes could support better realtime response. > > I was worried about issuing a blocking read on the host socket inside a NuttX thread. If you have any thoughts on that the logic is rather isolated, I just was not sure how to do this. Yeah, you are right. There is probably more involved. I did experiment with a configuration where I implemented simulated serial device drivers on a pthread which avoided the blocking issue in the simulation main thread. But I never worked through all of the issues. I bet Sebastien Ene could make that kind of device driver model work. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
