Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running multiple actor instances in one process. #79

Open
jovany-wang opened this issue Mar 7, 2023 · 1 comment
Open

Support running multiple actor instances in one process. #79

jovany-wang opened this issue Mar 7, 2023 · 1 comment
Labels
enhancement New feature or request p1
Milestone

Comments

@jovany-wang
Copy link
Collaborator

jovany-wang commented Mar 7, 2023

In the research and simulation scenarios, users may need to run large workloads within limited resources.
If we use raw Ray actors as fed instances, it may limit the workloads in a single machine.

We'd like to introduce the Ray parallel actor concept to archive this goal.

Some references to Ray concurrency group and Ray parallel actor concepts:
google-doc: Ray ConcurrencyGroup Proposal
google-doc: Ray Concurrency Group API V2-latest
Ray Java Parallel Actor PR: ray-project/ray#21701

It's still one of the #110

@jovany-wang jovany-wang added this to the release0.1.2 milestone Mar 7, 2023
@jovany-wang jovany-wang added enhancement New feature or request p2 labels Mar 7, 2023
@jovany-wang jovany-wang pinned this issue Mar 7, 2023
@jovany-wang
Copy link
Collaborator Author

This is one item of #29

@jovany-wang jovany-wang added p0 and removed p2 labels Apr 13, 2023
@jovany-wang jovany-wang added p1 and removed p0 labels Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p1
Projects
None yet
Development

No branches or pull requests

1 participant