Joshua D. Boyd

    • About
Illustration of a bird flying.
  • C/C++ Message Passing

    Note: For C++ users, find an update at https://blog.jdboyd.net/2010/11/small-revisit-of-cc-message-passing-in-a-threaded-program/ My favorite approach to threaded programming is message passing, holding the shared memory for things that need it for performance reasons. eCos has a handy general purpose message passing system, but C/C++ do not. Posix does have some methods that can be used for this. There…

    June 16, 2008
←Previous Page
1 … 15 16 17

Joshua D. Boyd

Proudly powered by WordPress