Skip to content

Repository files navigation

Python Ray Remote Actors

Remote Actors allow to make parallel remote procedure calls just like Remote Functions. But unlike the latter they enable you to maintain a state between invocations. To ensure state consistency, actors process one request at a time. An actor can:

  • Store data
  • Receive messages from other actors
  • Pass messages to other actors
  • Create additional child actors

Source: Scaling Python with Ray

About

Use Ray Actors to maintain a state between invocations.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages