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

rfc42: exec.write should use matchtag not pid #416

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

garlick
Copy link
Member

@garlick garlick commented May 28, 2024

Problem: requiring the PID as a parameter to write complicates client code which must support writing/closing a stream before the started response has been received.

Use the exec request matchtag instead.

Note: this came up while discussing flux-framework/flux-core#6002

Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Problem: requiring the PID as a parameter to write complicates
client code which must support writing/closing a stream before the
started response has been received.

Use the exec request matchtag instead.
@mergify mergify bot merged commit b918c6e into flux-framework:master Jun 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants