Comment 14 for bug 159258

Revision history for this message
In , Darin-moz (darin-moz) wrote :

An alternative XP solution to this problem is to try to utilize the IPC daemon.
 Since it is spawned early at startup it should not have access to most (or all)
of the file descriptors we are concerned with. It'd be relatively easy to add a
protocol extension for spawning processes via the IPC daemon. We'd of course
have to take care to not make XPCOM (nsIProcess) depend on the IPC daemon.
Thoughts?