plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

[inferno-vc] Modify cached client so fetches for remote objects are serialized #130

Closed albertov closed 4 months ago

albertov commented 4 months ago

This avoids concurrent requests for the same object which is causing the thundering herd problem when several requests for the same object are DOSing inferno-vc

siddharth-krishna commented 4 months ago

Ah sorry, would you mind bumping version numbers and adding to the changelog? We don't have plow-lint on this public repo to force us to do it, and this seems like an important change.