realfastvla / realfast

Real-time interferometric data analysis for the VLA
http://realfast.io
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Use client to submit more kinds of jobs #67

Closed caseyjlaw closed 6 years ago

caseyjlaw commented 6 years ago

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.

caseyjlaw commented 6 years ago

Working now.