Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-12

client should provide some way of asynchronously running multiple ops in parallel

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 0.11.1
    • None
    • library
    • Security Level: Public
    • None

    Description

      Currently, if one has to get multiple items to do something, they must all be done in serial.

      get A
      get B
      get C

      print "A + B + C is " A + B + C

      it'd be better if A, B and C could all be fetched without blocking, and only when going to access them, would the request be blocked.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            ingenthr Matt Ingenthron
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty