To address the issue of non-unique identifiers for query tasks, a unique client ID (cid) is now generated during client initialization. This cid is included in every task message sent to the server. The server will use a composite key of <qid, cid, tid, eid> to uniquely identify each query task. |
||
---|---|---|
.. | ||
scheduler.h |