|
Each result must be validated against 2 other results before any credit is given. The contents of the result is what is validatedk, not the credit request. The median of the 3 credit requests is then granted to all 3 of the hosts. If a result is not returned by the deadline or a result is invalid (doesn't match the other two), then the WU is sent to another host, and credit must wait for that host to returrn a valid result. In theory, it is possible for a result to go several months before it is validated. In practice, it is only a few days on average between the crdit request and the credit granted.
Of course, this depends upon several servers being up and running. The data server must be up to receive the result, and for the data to be read for the verification. The scheduler must be up to get your credit request. The transitioner must be up in order to start the verifier working. The verifier must be running to do the actual comparrison. The database server must be up to change to status of the result, and store the credit for it. If any of the servers are down, credit will be delayed until they come back up.
|