Joined: 09 May 2003 Posts: 25785 Location: The netherlands
Posted: Fri Feb 21, 2020 4:41 am Post subject:
depending on the amount of data yes
using 2 ce's
ce1 connects to process A (source)
ce2 connects to process B (destination)
each CE calls
Code:
address=allocateSharedMemory('bla',4096)
(make sure the string and size are the same on both)
in CE1: (connected to process A (source))
use a timer of 33 milliseconds or less (or a looping thread) to read out the addresses and write them into the memoryblock that
allocateSharedMemory returned
in CE2: (connected to process B (destination))
use a timer of 33 milliseconds or less (or a looping thread) to read out the addresses from the memoryblock that
allocateSharedMemory returned and write them to the appropriate addresses _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
using 2 ce's
ce1 connects to process A (source)
ce2 connects to process B (destination)
each CE calls
Code:
address=allocateSharedMemory('bla',4096)
(make sure the string and size are the same on both)
in CE1: (connected to process A (source))
use a timer of 33 milliseconds or less (or a looping thread) to read out the addresses and write them into the memoryblock that
allocateSharedMemory returned
in CE2: (connected to process B (destination))
use a timer of 33 milliseconds or less (or a looping thread) to read out the addresses from the memoryblock that
allocateSharedMemory returned and write them to the appropriate addresses
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum