littleblank / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Migrate all / more of nacl_spawn_pipe into nacl_io #229

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently nacl_spawn_pipes are implemented on top of fuse.
This is subpar as fuse doesn't expose all the things a pipe might want.
We should use the pipe plumbing in nacl_io for cross process pipes, and expose 
whatever ioctls are required to support it between modules in nacl-spawn.

Original issue reported on code.google.com by bradnelson@google.com on 16 Jul 2015 at 7:43