Am 15.08.2011 um 18:07 schrieb Peter K. Stys:

> IPC.  I've had throughputs up to 200 MB/sec.  For larger datasets (mine may
> range into the GBs), duplicating is inefficient, and slow even via IPC, so I
> use shared memory (MBS plugin) and simply send the shared memory segment
> name and the appropriate offset, to my slave via IPC.  Works very well.

IPC uses shared memory under the hood as far as I know.
But it may be required to make a copy of your memoryblock/string internally to 
get it page aligned.

Peter, do you have a blog entry or some other text where you explain it? I 
could link it from my blog.

Greetings
Christian

-- 
See you in Frankfurt, Germany at the Real Studio Database Days

More details and registration here:
http://www.monkeybreadsoftware.de/realbasic/events/frankfurt-2011-event.shtml


_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to