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

Add support for multi-platform shared library loading

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 3.1.1
    • None
    • None
    • None
    • Fully Compatible
    • Platform 1 04/03/15

    Description

      To support loading third-party shared libraries across platforms, we need an abstraction to hide the platform differences.

          class RuntimeSharedLibrary {
          public:
              RuntimeSharedLibrary(const char* path, const char* file);
       
              ~RuntimeSharedLibrary();
       
              // Returns NULL if the symbol does not exist
              void* GetSymbol(const char* name);
          }
      

      Attachments

        Activity

          People

            mark.benvenuto@mongodb.com Mark Benvenuto
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: