java - Warming up Chronicle -


i using indexed chronicle queue (version 3.4.3) in latency sensitive application. smooth out latency spikes, have blocking queue, in front of chronicle, producers drop messages. background thread polls queue , writes data chronicle.

i want know if there techniques warm chronicle? warm blocking queue enqueuing/dequeuing set number of messages. should write messages chronicle , clean warm up?

thank you

seek , shall find! chronicletools has warmup() method.

https://github.com/openhft/java-chronicle/blob/master/chronicle/src/main/java/net/openhft/chronicle/tools/chronicletools.java


Comments