phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
50 stars 9 forks source link

Engine scheduling #199

Open crazyboycjr opened 1 year ago

crazyboycjr commented 1 year ago

After one year of development, we haven't really touched on the aspects of the scheduling part. The first step might be to implement Engine-runtime rebinding or work stealing.

Btw, tokio's scheduling looks really cool. It actually makes much sense to me. Worth taking a close look.