Re: FastMM4 - Help with shared memory ?
- From: "Bart van der Werf" <bluelive@xxxxxxxxx>
- Date: Tue, 28 Nov 2006 10:50:08 +0100
"Pierre Y." <pierre.y@xxxxxxxxx> wrote in message
news:mn.dbd97d6b8cc9a567.63766@xxxxxxxxxxxx
Can FastMM help me to share this memory or do I have to create shared
memory using CreateFileMapping/MapViewOfFile ?
The borlndmm.dll can be used to share the same allocator within a single
process, between dll's for example, but not between processes.
For that you would indeed use something like a mmap or some other method of
sending data.
I would suggest using a window message that can hold data, skype uses that
mechanism, as do most applications with a separate tray icon application.
... or do you have better ideas to achieve this ?
Best Regards,
greets
--
Pierre Y.
.
- References:
- FastMM4 - Help with shared memory ?
- From: Pierre Y .
- FastMM4 - Help with shared memory ?
- Prev by Date: Re: Fastcode CharPosRev B&V 0.6.2
- Next by Date: Re: Fastcode CharPosRev B&V 0.6.2
- Previous by thread: FastMM4 - Help with shared memory ?
- Next by thread: Re: FastMM4 - Help with shared memory ?
- Index(es):
Relevant Pages
|