SharedBuffer Code
Brought to you by:
fbradasc
File | Date | Author | Commit |
---|---|---|---|
inc | 2018-04-16 |
![]() |
[0cc7a8] Source files reorganization |
src | 2018-04-16 |
![]() |
[0cc7a8] Source files reorganization |
.gitignore | 2018-04-16 |
![]() |
[0cc7a8] Source files reorganization |
LICENSE | 2018-03-30 |
![]() |
[449d99] Initial commit |
Makefile | 2018-04-16 |
![]() |
[0cc7a8] Source files reorganization |
Makefile.android | 2018-04-16 |
![]() |
[fe3d73] Code cleanup |
Makefile.unix | 2018-04-16 |
![]() |
[fe3d73] Code cleanup |
README.md | 2018-04-16 |
![]() |
[d57092] Updating README.md |
SharedBuffer.exvim | 2018-03-30 |
![]() |
[9bd43f] First release |
SharedBuffer
------------
Sample code to demostrate the use of shared memory between different processes (not forked)
Supported targets:
By means of the following APIs:
POSIX (ftruncate, shm_unlink, shm_open)
Android
By means of the following APIs:
Unix sockets and sendmsg/recvmsg (ancillary data) are used for the IPC.