|
|
|
|
|
by altfredd
633 days ago
|
|
> WTF? Sure you can do on top of even pipes. Even XDR could... Of course, you "can". Implement message-based communication on top of streaming. Emulate blocking calls on top of non-blocking socket API. Implement authentication via ancillary data (try not to throw up in process). Use some clever tricks to solve priority inversion. Somehow distinguish your fds from all others file descriptors to ensure that no confused deputy problems arise. Congratulations! You have reached feature parity with Binder. > Binder was not even designed for Linux. Neither are Berkeley sockets. |
|