Background
this documentation says that it is possible to adapt the library to new (unsupported) operation system. Because the OS (a real time OS) I would like to support is close to Win32, I would expect little code changes. I have no experience with Boost Thread and Boost Interprocess .
Questions
- Would you recommend to use Boost's Thread and Boost's Interprocess, if the plattform is not supported?
- What are the benefits and drawbacks?
- Which alternatives would you consider?
Thank you.