문제

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?
도움이 되었습니까?

해결책

All this depend on your needs. Using a portable library has the obvious advantages. Stabilizing a new platform could take some time.

I would suggest you to create tickets for each one of the features that doesn't work for the specific platform and work closely with the Boost authors.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top