-
Notifications
You must be signed in to change notification settings - Fork 212
RFC - Migrate to asynchronous code using Hyper #747
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm generally in favor of migrating, and I'd go with the first migration option (having a Hyper route forwarding requests to Iron). I'd also love see in the RFC whether we want to first migrate faster, slower, less requested or more requested routes first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming that turning a hyper request into an iron request is easy enough, this sounds like a good way to go.
Waiting on review from the following members |
Please update the RFC to address the comments, including the comments you marked as resolved. |
One other thought I just had is that it might be good to avoid having the actual site code rely directly on |
I think pretty much anything we use will make for a slightly painful experience because most are fairly heavily opinionated and very different. Additionally, |
That was meant to be the point of |
Rendered