Hello,
i write a very tiny application with the JForex-SDK sample.
The Strategy just call a wrapper JNI class to connect with my C++ dll. My C++ dll just write in file the ask and bid tick, not more.
I launch the java application in Eclipse.
That works fine but after several minutes, the CPU is overloaded à 99% with the Java process.
I read the Eclipse console :
....
Strategy thread queue overloaded with tasks. Ticks in queue - 3, bars - 42420, other tasks - 11916
Strategy thread queue overloaded with tasks. Ticks in queue - 3, bars - 42420, other tasks - 11916
Strategy thread queue overloaded with tasks. Ticks in queue - 3, bars - 40978, other tasks - 11484
Strategy thread queue overloaded with tasks. Ticks in queue - 3, bars - 42421, other tasks - 11916
Strategy thread queue overloaded with tasks. Ticks in queue - 3, bars - 42422, other tasks - 11916
Strategy thread queue overloaded with tasks. Ticks in queue - 3, bars - 40985, other tasks - 11484
.....
I just need the tick. Has anyone experienced this situation ? any solution ?
Best regards,
Jeannot

