IRC channel logs
2022-12-12.log
back to list of logs
<youpi>thinking again about gighu's comment: no that cannot work, because the fd is supposed to survive forking/execing <youpi>so we cannot stuff the server part in glibc itself <gighu>youpi: what about creating a new task instead and serve the temporary file from there? <youpi>(though with tmpfs, which is a bit heavy for just an fd) <gighu>Yes he mention that it sounds like a terrible idea <gighu>But you might spawn just a tmpfs on the first memfd, then reuse that <gighu>A slightly less terrible idea <youpi>gighu: we could have a /servers/memfd to just share it all