Skip to content

Commit 2d631c1

Browse files
committed
rfc42: add subprocess protocol RFC
Problem: the subprocess execution protocol is not documented. Add a new RFC.
1 parent 389538f commit 2d631c1

File tree

4 files changed

+399
-0
lines changed

4 files changed

+399
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Table of Contents
5151
- [39/Flux Security Signature](spec_39.rst)
5252
- [40/Fluxion Resource Set Extension](spec_40.rst)
5353
- [41/Job Information Service](spec_41.rst)
54+
- [42/Subprocess Server Protocol](spec_42.rst)
5455

5556
Build Instructions
5657
------------------

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,13 @@ to store resource graph data in RFC 20 *R* version 1 objects.
272272
The Flux Job Information Service provides proxy access to KVS job
273273
information for guest users.
274274

275+
:doc:`spec_42`
276+
~~~~~~~~~~~~~~
277+
278+
The subprocess server protocol is used for execution, monitoring, and
279+
standard I/O management of remote processes.
280+
281+
275282
.. Each file must appear in a toctree
276283
.. toctree::
277284
:hidden:
@@ -315,3 +322,4 @@ information for guest users.
315322
spec_39
316323
spec_40
317324
spec_41
325+
spec_42

0 commit comments

Comments
 (0)