Hi Mark,
We haven't specifically tested the ipc layer as a method to communicate
between 64 & 32-bit processes on OS X.

At it's core the IPC layer just consists of a pipe to which we read & write
binary data, therefore if the binary representation of the data types that
you want to push over the ipc channel are compatible between both processes,
you *should* be fine.

I don't know what your use case is, but one concern I would have is passing
file descriptors back and forth, while this should work it's untested.

Best regards,
Jeremy

On Fri, Aug 28, 2009 at 3:44 PM, Mark Wang <m...@cooliris.com> wrote:

> Hi all,
>
> Has anyone tried to build the Chromium IPC/shared memory code on 64-bit Mac
> OS?  We have a need for IPC and shared memory between 64-bit and 32-bit
> processes, and what Chrome has seems to be a good fit for our needs.  From
> my first glance through the code, it looks like standard POSIX without any
> obvious bit-width dependencies but I haven't tried it out yet, and it seems
> 64-bit Linux is already running on a basic level.
>
> Is anyone aware of any obvious issues in the 64-bit Mac world?
>
> Thanks!
>
> Mark
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to