Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-26539

Stop linking boost::thread

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 3.5.11
    • Portability
    • None
    • Fully Compatible

    Description

      We have only a handful of usages left. The majority are for thread specific data (see SERVER-26537 and SERVER-26538). The few others are:

      • A usage of boost::timed_mutex in the WT storage engine. This will be the hardest, as std::timed_mutex doesn't arrive until C++17. This will require some thought.
      • Some usages in the db perftests, which can be removed.
      • A use of shared_mutex in 'rwlock', however that class should be going away entirely, once SERVER-18410 is fixed.
      • A usage of recursive_mutex in the SSLManager.

      Attachments

        Issue Links

          Activity

            People

              andrew.morrow@mongodb.com Andrew Morrow (Inactive)
              andrew.morrow@mongodb.com Andrew Morrow (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: