open-feature / ruby-sdk

Ruby implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
21 stars 7 forks source link

Think through concurrency; add example, concurrent apps #137

Open maxveldink opened 3 months ago

maxveldink commented 3 months ago

@mschoenlaub brought up some great points about concurrency in this PR. I'd like to continue that discussion here, as well as think through some example concurrent apps (maybe using the puma or falcon web servers) that could be used to observe concurrency issues in MRI.