cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Remove the data loading context when using PS servers in dophin-async

Open wynot12 opened this issue 8 years ago • 0 comments

The server evaluators of PS service do not require the data loading service. However, in the current implementation of dolphin-async, the driver submits a context with a data loading service, which do not load any data, to servers.

It was just for convenience of reusing code of dolphin-bsp, I guess. (Maybe the controller in dolphin-bsp also do not require data loading service.)

It's better to remove this unnecessary context from server-side to make a driver manage job easily and cleanly.

wynot12 avatar Jun 02 '16 09:06 wynot12