diff options
author | Henrik Nord <[email protected]> | 2011-05-06 15:10:50 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-05-06 15:11:02 +0200 |
commit | 67992620807364ae8a256e63d4804b81afa2c379 (patch) | |
tree | 81533bcec7c9b1e3ddb37bc72b138898642c1d8a /erts/doc | |
parent | 6fb4aec04d38bf6b5609b544981c9cebc2d1c89a (diff) | |
parent | 1307af30ec3e2bfaeeca45a63fbc944791662226 (diff) | |
download | otp-67992620807364ae8a256e63d4804b81afa2c379.tar.gz otp-67992620807364ae8a256e63d4804b81afa2c379.tar.bz2 otp-67992620807364ae8a256e63d4804b81afa2c379.zip |
Merge branch 'jf/run_erl-disable-flow-control' into dev
* jf/run_erl-disable-flow-control:
Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control
OTP-9270
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/run_erl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/erts/doc/src/run_erl.xml b/erts/doc/src/run_erl.xml index 7bf7f559c5..da08859c7b 100644 --- a/erts/doc/src/run_erl.xml +++ b/erts/doc/src/run_erl.xml @@ -144,6 +144,14 @@ <item>The size (in bytes) of a log file before switching to a new log file. Default is 100000, minimum is 1000 and maximum is approximately 2^30.</item> + <tag>RUN_ERL_DISABLE_FLOWCNTRL</tag> + <item>If defined, disables input and output flow control for the pty opend by run_erl. + Useful if you want to remove any risk of accidentally blocking the flow control + by hit Ctrl-S (instead of Ctrl-D to detach). + Which may result in blocking of the entire beam process + and in the case of running heart as supervisor + even the heart process will be blocked when writing log message to terminal. + Leaving the heart process unable to do its work.</item> </taglist> </section> |