Rigorous and Reliable (RAR)

Full Version: Workflow of bibo queries
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(11-07-2020 10:49 PM)lingu Wrote: [ -> ]The workflow of bibo queries use SageRun in Sage. SageRun drives an ATPA to perform a task for a QID.

The call path starts in scali invoking ProcRequestDefault. We optimize the timing of the steps and should make it complete in no more than 1s.

r1: scali
-> r3: getRequest
-> r5: ProcRequestDefalt
-> r7: queryMatch
-> r9: SageRun instances [1..llTaskCnt]
-> r11: atpa

atpa is implemented in atpa.cc in cod://sage-src

It goes through multiple docs and execute runx() for them one by one.

zhihao

atpa may log some info in atpa.log-dd where dd is the datum number. Note that some log may be somewhere else.
Pages: 1 2
Reference URL's