File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,16 @@ Errors/Exceptions
36
36
.. include:: /includes/extracts/error-driver-invalidargumentexception.rst
37
37
.. include:: /includes/extracts/error-driver-runtimeexception.rst
38
38
39
+ Behavior
40
+ --------
41
+
42
+ A :php:`MongoDB\\Driver\\Manager <mongodb-driver-manager>` is constructed
43
+ internally. Per the `Server Discovery and Monitoring
44
+ <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst#single-threaded-client-construction>`_
45
+ specification, :php:`MongoDB\\Driver\\Manager::__construct()
46
+ <mongodb-driver-manager.construct>` performs no I/O. Connections will be
47
+ initialized on demand, when the first operation is executed.
48
+
39
49
Examples
40
50
--------
41
51
@@ -128,3 +138,6 @@ See Also
128
138
<mongodb-driver-manager.construct>`
129
139
- :manual:`Connection String URI Format </reference/connection-string>` in the
130
140
MongoDB manual
141
+ - `Server Discovery and Monitoring
142
+ <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst#single-threaded-client-construction>`_
143
+ specification
You can’t perform that action at this time.
0 commit comments