Hacker News new | ask | show | jobs
by tliltocatl 4 days ago
The problem with POSIX IPC is that passing file descriptors between processes (other than parent passing to child via fork) is hard. Yes, SCM_RIGHTS can do it, but it is quite error prone and rarely done.
1 comments

Every single Wayland and GPU-accelerated X11 app does that all the time.