equal
deleted
inserted
replaced
162 |
162 |
163 `database` may be: |
163 `database` may be: |
164 |
164 |
165 * a simple instance id for in-memory connection |
165 * a simple instance id for in-memory connection |
166 |
166 |
167 * an uri like scheme://host:port/instanceid where scheme may be one of |
167 * a uri like scheme://host:port/instanceid where scheme may be one of |
168 'pyro', 'inmemory' or 'zmqpickle' |
168 'pyro', 'inmemory' or 'zmqpickle' |
169 |
169 |
170 * if scheme is 'pyro', <host:port> determine the name server address. If |
170 * if scheme is 'pyro', <host:port> determine the name server address. If |
171 not specified (e.g. 'pyro:///instanceid'), it will be detected through a |
171 not specified (e.g. 'pyro:///instanceid'), it will be detected through a |
172 broadcast query. The instance id is the name of the instance in the name |
172 broadcast query. The instance id is the name of the instance in the name |