Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Backend: split signed URLs gen #367

Open Bartalog opened 6 years ago

Bartalog commented 6 years ago

Current behavior:

Desired behavior:

Bartalog commented 6 years ago

Drawbacks:

Bartalog commented 6 years ago

The new runtime go1.11 may allow multi-core processing, which could speed up the concurrent generation of PUT URL and GET URL. To be tested!

Bartalog commented 5 years ago

The 2nd gen GAE runtimes with go111 are much faster at generating signed URLs. Not sure however that concurrent processing would reduce total latency, though.