eric-fong

Results 1 issues of eric-fong

Could this library support Connection Pooling? http://mongoc.org/libmongoc/current/connection-pooling.html#connection-pooling http://mongoc.org/libmongoc/current/mongoc_client_pool_t.html mongoc_client_pool_t mongoc_client_pool_pop mongoc_client_pool_push mongoc_client_pool_set_error_api The following method may be also needed for gc? mongoc_client_pool_destroy (pool); mongoc_uri_destroy (uri); mongoc_cleanup (); --- Here is...

enhancement