Skip to content

Commit

Permalink
Merge pull request #406 from garlick/rfc42
Browse files Browse the repository at this point in the history
rfc42: add subprocess protocol RFC
  • Loading branch information
mergify[bot] committed Dec 22, 2023
2 parents 389538f + 2d631c1 commit ee31c46
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Table of Contents
- [39/Flux Security Signature](spec_39.rst)
- [40/Fluxion Resource Set Extension](spec_40.rst)
- [41/Job Information Service](spec_41.rst)
- [42/Subprocess Server Protocol](spec_42.rst)

Build Instructions
------------------
Expand Down
8 changes: 8 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,13 @@ to store resource graph data in RFC 20 *R* version 1 objects.
The Flux Job Information Service provides proxy access to KVS job
information for guest users.

:doc:`spec_42`
~~~~~~~~~~~~~~

The subprocess server protocol is used for execution, monitoring, and
standard I/O management of remote processes.


.. Each file must appear in a toctree
.. toctree::
:hidden:
Expand Down Expand Up @@ -315,3 +322,4 @@ information for guest users.
spec_39
spec_40
spec_41
spec_42

0 comments on commit ee31c46

Please sign in to comment.