Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | erts: Only use forker StackAck on freebsd | Lukas Larsson | |
2015-12-15 | erts: Add forker StartAck for port start flowcontrol | Lukas Larsson | |
An acknowledgement of the Start command has to be managed as we have to make sure that packages are not dropped and also that the close calls do not happen too early. | |||
2015-12-15 | erts: Move os_pid to port hash to child setup | Lukas Larsson | |
Had to move the hashing because of a race that can otherwise happen where a new os_pid value was inserted into the hash before the previous value had been removed. Also replaced the protocol inbetween erts and child setup to be a binary protocol. This was done in order to deal with the varying size of Eterm. |