From ea80c1f01b27d8139fe3163e29a0bf2383605289 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 2 Jan 2016 13:57:07 -0500 Subject: Updated lspawn LuaDoc; core/init.lua --- core/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core') diff --git a/core/init.lua b/core/init.lua index 90a3d4be..16b4e28b 100644 --- a/core/init.lua +++ b/core/init.lua @@ -202,6 +202,11 @@ function spawn_proc:read(arg) end --- -- Writes string input to the stdin of process *spawn_proc*. +-- Note: On Linux, if more than 65536 bytes (64K) are to be written, it is +-- possible those bytes need to be written in 65536-byte (64K) chunks, or the +-- process may not receive all input. However, it is also possible that there is +-- a limit on how many bytes can be written in a short period of time, perhaps +-- 196608 bytes (192K). -- @param ... Standard input for *spawn_proc*. function spawn_proc:write(...) end -- cgit v1.2.3