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
3636.. include:: /includes/extracts/error-driver-invalidargumentexception.rst
3737.. include:: /includes/extracts/error-driver-runtimeexception.rst
3838
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+
3949Examples
4050--------
4151
@@ -128,3 +138,6 @@ See Also
128138 <mongodb-driver-manager.construct>`
129139- :manual:`Connection String URI Format </reference/connection-string>` in the
130140 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