Fork me on GitHub
#planck
<
2017-01-06
>
johanatan03:01:05

[not that performance is of paramount importance for planck scripting but it might be for certain use cases]

mfikes14:01:52

@johanatan Ahh cool. Well, since it is in C, we can do anything. 🙂

cgrand14:01:08

as far as I understand select fails to scale when multiple server processes share a socket, how does it apply to planck?

mfikes14:01:09

Planck only uses select to read the stdout and stderr of a process launched by planck.shell/sh and when writing to an outbound Socket REPL socket. Only the first might be of perf concern, but it is just flipping between two streams.