Re: Simulate multi-threading and shared memory
- Posted by raseu Nov 23, 2011
- 1394 views
I have created a library wrapper for v2 of
libzmq (http://www.zeromq.org/).
it's not complete, probably slightly
out of date, probably has a few bugs,
but does some have some of the
basic demos done.
it handles shared memory via message passing over
ipc : inter process communication
tcp : sockets
inproc : in process communication
i also have a very basic layer wrapper
over pthreads (win32 included).
if anyone is interested, let me know and i will
try to upload it to the rapideuphoria site
i say try because i have tried to
upload before without success
anyway!
ras