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

Reintroduce Limited Windows XP Support

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4.0-rc2
    • Affects Version/s: 2.4.0-rc0
    • Component/s: None
    • Labels:
      None

      The server codebase work required to reintroduce XP support, assuming that it is only for dev work and has no real performance requirements, includes at least the following:

      Provide a template specialization of AtomicWord<LONGLONG> and AtomicWord<ULONGLONG> for Windows XP only. That specialization should use a single global mutex to synchronize all access to AtomicWord<LONGLONG> and AtomicWord<ULONGLONG> instances, rather than using the unavailable atomic intrinsics.

      Other non-XP features may also need to be supported.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            schwerin@mongodb.com Andy Schwerin
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: