> but we do have recvFrom, can you use that instead? I will check that and keep posted
> I'm curious what you're trying to achieve at a high level though, maybe there > is another way that doesn't require FDs being sent across processes? I've already built this containerized shared hosting platform in python which has been successfully running on production for 3 years and actually I was looking at nim in order to speed up one part of the platform which can bottleneck on high concurrency. In many cases I have to pass file descriptors from the "host" to some linux namespaced processes.
