437f2b044d
1. use non-blocking sends to transmit commands (this was actually done in a prior commit) 2. have an "ack" message sent back from the orted when it completes the command The latter item is the new one here. With my prior commit, it was possible for the HNP to move on to other things before the orted had completed its command. This caused the HNP to occassionally exit before the orted, thus generating "lost connection" errors. With this change, we retain the parallel nature of the command communications, but still hold the HNP at that point until the orteds are done. Best of both worlds. This commit was SVN r12605. |
||
---|---|---|
.. | ||
base.h | ||
help-pls-base.txt | ||
Makefile.am | ||
pls_base_close.c | ||
pls_base_dmn_registry_fns.c | ||
pls_base_general_support_fns.c | ||
pls_base_open.c | ||
pls_base_orted_cmds.c | ||
pls_base_receive.c | ||
pls_base_select.c | ||
pls_private.h |