Skip to main content

New answers tagged

1 vote

How to attach to a shared memory from Java 17 that was created from C++ using ftok() and shmget()

Use Java 17 FFM to directly call ftok(), shmget(), and shmat() from libc — MemorySegment.mapFile() cannot attach to System V shared memory.
Prasad Wable's user avatar

Top 50 recent answers are included