You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A processing scheduler (subclass of ProcessingScheduler) capable of assigning work to different machines on a network. The RayProcessingScheduler seems to be able to do that to some extent, but, although I could make it work on a local network, I was unable to use it to split the processing among computers in the Internet.
The network processing scheduler must be able to manage other processing schedulers (workers), each of which is in a different machine.
The text was updated successfully, but these errors were encountered:
Feature:
A processing scheduler (subclass of
ProcessingScheduler
) capable of assigning work to different machines on a network. TheRayProcessingScheduler
seems to be able to do that to some extent, but, although I could make it work on a local network, I was unable to use it to split the processing among computers in the Internet.The network processing scheduler must be able to manage other processing schedulers (workers), each of which is in a different machine.
The text was updated successfully, but these errors were encountered: