OpenSim UserService
From OpenSimulator
(Difference between revisions)
m (New page: So, I will begin analysis of the OpenGrid user service in this section. Please correct me if this information appears inaccurate. The user service has 3 primary responsibilities: * loggi...) |
|||
Line 5: | Line 5: | ||
* deleting user sessions when they are no longer needed | * deleting user sessions when they are no longer needed | ||
− | On execution of | + | On execution of User Services you will be presented with a command line of operations you can perform: |
+ | |||
+ | help - will display a list of commands available to you | ||
+ | create user - will begin a process to create a new user | ||
+ | shutdown - will begin the shutdown of the user service |
Revision as of 02:02, 16 September 2007
So, I will begin analysis of the OpenGrid user service in this section. Please correct me if this information appears inaccurate. The user service has 3 primary responsibilities:
- logging users into simulators
- retrieving user information
- deleting user sessions when they are no longer needed
On execution of User Services you will be presented with a command line of operations you can perform:
help - will display a list of commands available to you create user - will begin a process to create a new user shutdown - will begin the shutdown of the user service