Re: FastMM4 - Help with shared memory ?




"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.




.



Relevant Pages

  • Re: [SLE] Cleaning cups queue through ssh [SUSE 8.2]
    ... The job is queued in memory on the printer and needs to empty ... keeps sending data to the parallel port printer - the full print job, ...
    (SuSE)
  • Re: memory fragmentation
    ... My application have to allocate small buffer for sending data ... it would cause memory fragmentation and thus poor performance? ... Why or how do you think memory fragmentation would cause poor ...
    (microsoft.public.vc.language)