python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Chronicle Bytes Release Method Deprecated
I recently moved to JDK 17 from JDK 11 which triggered an update to the Chronicle Wire library. We used to use version 2.17.50 with JDK 11 and now we have moved to chronicle-wire version 2.22.17 and c...
ATO
Votes: 0
Answers: 1
Chronicle Queue JSON
I'm currently trying to marshal a certain POJO as JSON and write it to an output queue. This is the run down of what I'm trying to do:
object OrderExecutor {
const val OUT_PATH = "${PATH}/or...
David Teh
Votes: 0
Answers: 1
Non-time-based RollCycles?
Chronicle Queue has the notion of RollCycles which determine when an appender will switch to a new file. Would it be possible to have RollCycles based on other criteria, for instance of current file s...
vasquez
Votes: 0
Answers: 1
What is the correct way of doing Java IPC through /dev/shm (with the lowest possible latency)
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 M...
Roger Kasinsky
Votes: 0
Answers: 1