|
From: Tom H. <th...@cy...> - 2004-02-19 23:59:05
|
In message <ICE...@at...>
"Chris January" <ch...@at...> wrote:
> > * we're also likely to be officially supporting other operating
> > systems (starting with Doug's FreeBSD port), so make sure that
> > any OS/library dependencies are factored out
>
> The code I've already written depends on Sys V IPC shm support but if
> gdbstub is used instead then this should be pretty OS neutral.
If you do wind up sticking with shared memory I would seriously
recommend using mmaped memory if possible rather than Sys V shared
memory as it's much less likely to cause problems in my experience.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|