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

📝 [Proposal]: Implement prefork using fasthttp implementation #3241

Open
3 tasks done
gaby opened this issue Dec 9, 2024 · 0 comments
Open
3 tasks done

📝 [Proposal]: Implement prefork using fasthttp implementation #3241

gaby opened this issue Dec 9, 2024 · 0 comments

Comments

@gaby
Copy link
Member

gaby commented Dec 9, 2024

Feature Proposal Description

We currently rely no a custom implementation for the prefork feature. This implementation is very similar to what fasthttp already provides with a few small differences.

Instead of running our own implementation, we should use the one provided by fasthttp natively and reduce the boilerplate code in Fiber's repo.

The fasthttp prefork can be found here: https://github.com/valyala/fasthttp/tree/master/prefork

Alignment with Express API

N/a

HTTP RFC Standards Compliance

N/a

API Stability

N/a

Feature Examples

N/a

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have searched for existing issues that describe my proposal before opening this one.
  • I understand that a proposal that does not meet these guidelines may be closed without explanation.
@gaby gaby added this to the v3 milestone Dec 9, 2024
@gaby gaby added this to v3 Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant