[SERVER-17519] Add support for multi-platform shared library loading Created: 09/Mar/15  Updated: 18/Sep/15  Resolved: 30/Mar/15

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 3.1.1

Type: Task Priority: Major - P3
Reporter: Mark Benvenuto Assignee: Mark Benvenuto
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Sprint: Platform 1 04/03/15
Participants:

 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);
    }



 Comments   
Comment by Githook User [ 30/Mar/15 ]

Author:

{u'username': u'markbenvenuto', u'name': u'Mark Benvenuto', u'email': u'mark.benvenuto@mongodb.com'}

Message: SERVER-17519: Add support for multi-platform shared library loading
Branch: master
https://github.com/mongodb/mongo/commit/3990c5d7ea1f9b7901a8ff2d6b588c375327ada5

Generated at Thu Feb 08 03:44:46 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.