This articlerelies largely or entirely on asingle source. Relevant discussion may be found on thetalk page. Please helpimprove this article byintroducing citations to additional sources. Find sources: "Remote evaluation" – news ·newspapers ·books ·scholar ·JSTOR(December 2023) |
Evaluation strategies |
---|
Incomputer science,remote evaluation is a general term for any technology that involves transmitting executable software code from aclient computer to aserver computer for subsequent executing at the server. After the code has finished executing, the results of its execution are sent back to the client.[1]
Remote evaluation belongs to the family ofmobile code, within the field ofcode mobility. An example for remote evaluation isgrid computing: An executable task may be sent to a specific computer in the grid. After the execution has terminated, the result is sent back to the client. The client in turn may have to reassemble the different results of multiple concurrently calculated subtasks into one single result.
![]() | Thiscomputer networking article is astub. You can help Wikipedia byexpanding it. |
![]() | Thiscomputer-programming-related article is astub. You can help Wikipedia byexpanding it. |