Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intelligently schedule each incoming request in web server handler #247

Open
naturallymitchell opened this issue Jan 29, 2019 · 3 comments

Comments

@naturallymitchell
Copy link
Member

naturallymitchell commented Jan 29, 2019

(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

@naturallymitchell
Copy link
Member Author

first #248

@sineemore
Copy link
Contributor

sineemore commented Jan 29, 2019

well, this library doesn't use coroutines..

@naturallymitchell
Copy link
Member Author

closing in favor of #248 and https://github.com/foundpatterns/speakeasy/issues/3 which will ripple through the whole code base

@naturallymitchell naturallymitchell changed the title backburner each incoming request in web server handler intelligently schedule each incoming request in web server handler May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants