Skip to content

Docs: Feedback for Threading Model #313

@Rhygon

Description

@Rhygon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions