I’m trying to code an IPC solution through /dev/shm. @SK-logic gave me some pointers in the comments here: Chronicle: How to optimize memory-mapped files for low-latency? My doubt is: Should I use a MappedByteBuffer or just a plain FileChannel? With a MappedByteBuffer I can use sun.misc.Unsafe and have direct access to memory. That’s fantastic because Unsafe gives me methods like
Tag: real-time
Kuzzle V2 Realtime subscription on android sdk v23
We have kuzzle V2 as a broker, and as a data warehouse. Our android devices will subscribe to a collection record, and get updates in realtime. but the android version we are supporting is <7, which uses java 7 but there is no kuzzle sdk for java other than java 8 any suggestions on how to make an android device