You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
naturallymitchell
changed the title
backburner each incoming request in web server handler
intelligently schedule each incoming request in web server handler
May 24, 2020
(this concurrency plan has further developed in the Speakeasy repo, see below)
using this library https://github.com/lunar-transit/lua-promises
or am I loosing sight of actix? I still kinda think this makes sense, whereas actors and threadpools do lower-level things, right?
note: "promise" is the main term for this, but it doesn't mean anything helpful. "futures" are unwriteable, so I don't think those apply.
https://en.wikipedia.org/wiki/Futures_and_promises
I think this best encapsulates the idea, https://en.wiktionary.org/wiki/backburner#Verb
The text was updated successfully, but these errors were encountered: