• Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 0.90.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible

      What about to add the connection pool in the c driver?

      Sample codes:

      mongo_conn_pool *pool = mongo_conn_pool_alloc();
      mongo_conn_pool_init(pool, options);
      mongo *conn = mongo_conn_pool_acquire(pool);
      /* ..... */
      mongo_conn_pool_release(pool);
      mongo_conn_pool_destroy(pool);
      mongo_conn_pool_dealloc(pool);

      Does anyone think this make sense?

            Assignee:
            gjmurakami Gary Murakami
            Reporter:
            rockli Rock Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: