gregory-nutt commented on PR #10602:
URL: https://github.com/apache/nuttx/pull/10602#issuecomment-1719921329

   > > You apparently seem focused on avoiding a clean context switch (which I 
believe is the correct, clean, flexible solution).
   > 
   > @patacongo My main argument againts hooks you described above (various 
notifications, events, signal handlers etc.) is that it would lead to 
additional requirements for user application (different from how `fopencookie` 
is used in GNU/Linux). I havent had time to go through all code you suggested 
(graphics etc) so maybe I am missing something. But I think we should keep it 
in simple `fseak`, `fputs` etc operations.
   
   The marshaled data should be indisguishable from a direct function (provided 
an intermediate marshaling/de-marshaling,.
   
   My main argument against this approach is that I have not heard any solution 
that will actually work in all conditions and build modes.
   


-- 
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