08-10-2021, 08:38 PM
(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.