| | 32 | |
| | 33 | == Alternate identification method at World Community Grid == |
| | 34 | |
| | 35 | In absence of a merge feature at this project, WCG introduced an alternate method called ''host matching'' to recognise previously existing devices to prevent new / duplicate registrations. For that the server compares standard information exchanged during server-client communications being: |
| | 36 | |
| | 37 | * user name |
| | 38 | * domain_name |
| | 39 | * ip_addr (the ip of the client on the local network) |
| | 40 | * operating system name |
| | 41 | * processor vendor |
| | 42 | * memory |
| | 43 | |
| | 44 | The most recent record that matches this critiera (if found) will be re-used. It will cancel any results currently assigned to the client, and then issue new work. This is because a user might be trying to clear out some work that was causing some form of trouble. If any of this information is hidden through for instance setting the <suppress_net_info> flag in the cc_config.xml file suppressing the IP address or domain_name, the method fails and will create a new device registration. |