banh
Advanced Member level 1
for very small & limited system (esp. small RAM), which methods are good for interprocess communication?:
- using shared variables with mutex.
- using mailboxes - similary to a queue with many producers and consumers.
..any other?
- using shared variables with mutex.
- using mailboxes - similary to a queue with many producers and consumers.
..any other?