Uploaded image for project: 'Libmongocrypt'
  1. Libmongocrypt
  2. MONGOCRYPT-68

Support deduplicating I/O requests without blocking

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      We need to provide a way to deduplicate requests for keys and JSONSchemas without blocking inside libmongocrypt. For sync drivers, we can block inside libmongocrypt. For async drivers, we cannot. The current proposed solution (in the driver spec) is to expose unique id's for a contexts and add a new "WAITING" state. Async drivers can wait on dependant contexts without blocking.

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: