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

Docs: Feedback for Threading Model #313

Open
Rhygon opened this issue Oct 14, 2022 · 0 comments
Open

Docs: Feedback for Threading Model #313

Rhygon opened this issue Oct 14, 2022 · 0 comments

Comments

@Rhygon
Copy link

Rhygon commented Oct 14, 2022

Hi, I have some feedback about this page

Can it be explicitly state which operations use partition threads and which use generic threads?

The only examples are:

  • operations that are aware of a certain partition, e.g., IMap.get(key)
  • operations that are not partition aware, e.g., IExecutorService.executeOnMember(command, member)

So the assumption all operations on IMap are partition threaded and all ExecutorService operations are generic threaded.

I've had to work it out by trial and error, so would be handy for it to just be explained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant