MatthewJWhittle / getarc

Other
3 stars 3 forks source link

Asynchronous processing #25

Open MatthewJWhittle opened 3 years ago

MatthewJWhittle commented 3 years ago

Requesting the count/FIDs from a query slows the process down a lot & the delay occurs on the server end. Could this be done asynchronously so that it is requested at the same time as the first lot of data? Then if the count exceeds max record count, it should request the remaining FIDs.