csm-adapt / sagittariidae

Data and file management interface.
0 stars 1 forks source link

validate checksums asynchronously #27

Open sinistral opened 8 years ago

sinistral commented 8 years ago

For large files checksum validation takes long enough that it should not be on the synchronous path; it risks timeouts on the client-side, and we ties up worker threads unnecessarily.

This will have FE impact as the client will need to poll to determine the file status.