Issue Details (XML | Word | Printable)

Key: LIBOMV-336
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: John Hurliman
Reporter: Christopher Omega
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

TestClient master name resolution async.

Created: 29/Jul/08 09:59 PM   Updated: 29/Jul/08 11:41 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.6.0

File Attachments: 1. Text File master-fast.patch (10 kB)


Environment: All


 Description  « Hide
Currently, if a master's name is specified using the --master switch, testclient blocks until the UUID of the name is resolved via a Directory People Search, to ensure that it is an agent. This patch changes that behavior. If --master is used to specify a master by name, objects are explicitly ignored. The master's key is resolved asynchronously, so that commands that rely on MasterKey's presence continue to work. This results in a much faster startup time for testclient.

 All   Comments   Change History   Subversion Commits   Patches      Sort Order: Ascending order - Click to sort in descending order
John Hurliman added a comment - 29/Jul/08 11:41 PM
Applied in r2032, thanks!