On Wed, Nov 5, 2008 at 5:26 PM, Darin Fisher <[EMAIL PROTECTED]> wrote:
> Sorry to be so persistent, but I don't understand why you need those things.
>  Can you provide some specific examples?
> As far as I know, we need the ability to have shared memory.  It seems like
> we can do that with mmap.  We need a way to have shared waitable events
> (like windows event objects), and that can be done using a connected
> anonymous pipe.  In both of those cases, we have something that is a file
> descriptor that can be shared by simply writing the FD over the pipe.  What
> am I missing?

I agree that an anonymous pipe is a great solution.  Its only drawback is
that we won't be able to implement the --start-renderers-manually and
--channel command line options, which require the IPC channel to have
a name.

Wan-Teh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to