hzadonis
hzadonis
Thanks, wiwat. TickerPlant is a logical process running in KDB+, which retrieves data from Feed Handler(in this case, developed by PyRFA), and passes to RDB or other subscribers. I'm trying...
This was caused while I asked several RICs, the data package input from TREP, I can't tell which package belongs to which RIC. Then confusion occurred.
Yes, not clear is a problem, let me try it. Thanks!
Thanks! it was caused not clear the initial data after every update data package passed.
dispatchEventQueue(100) Does it mean the interval is 0.1 second? Is it fast enough? Actually, I subscribed 10 RICs, and every one is a thread. If it passes test, I'll ask...
import pyrfa import logging import logging.handlers import datetime import numpy import threading import sys import datetime import time import csv from qpython import qconnection from qpython.qcollection import qlist from qpython.qtype...
Once the problem occurred, then the process seems totally halt, no output logs.
Thanks, Let me try that.
I ran the process with dispatchEventQueue() for 2 days, but no halt issue happens.