You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain circumstances a Unix domain socket may be used
101
-
where a URI is expected, for example "unix/:/tmp/unix_domain_socket.sock" or
102
+
In certain circumstances, a Unix domain socket may be used
103
+
where a URI is expected, for example, "unix/:/tmp/unix_domain_socket.sock" or
102
104
simply "/tmp/unix_domain_socket.sock".
103
105
106
+
Starting from version 2.10.0, a user can open several listening iproto sockets on a Tarantool instance
107
+
and, consequently, can specify several URIs in the configuration parameters such as :ref:`box.cfg.listen <cfg_basic-listen>` and :ref:`box.cfg.replication <cfg_replication-replication>`.
108
+
109
+
In addition to specifying URI as a number or a string, a number of other ways to pass URI values is available starting from Tarantool 2.10.0:
110
+
111
+
* As a string with one or several URIs separated by commas (provides backward compatibility)
0 commit comments