realfastvla / realfast

Real-time interferometric data analysis for the VLA

Home Page:http://realfast.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use client to submit more kinds of jobs

caseyjlaw opened this issue · comments

Reading the length of a candcollection is faster when submitted with the client rather than pulling data back. This was slow/irregular earlier, due to gil-locking functions (reading and GPU searching). Those gil locks are now not present, so client job submission should be more responsive.

Working now.