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

🐛 fix: prefork is working on macOS #1213

Closed
wants to merge 2 commits into from

Conversation

renanbastos93
Copy link
Member

@renanbastos93 renanbastos93 commented Mar 10, 2021

based on fasthttp our prefork doesn't work to macOS so we need to link the file descriptor with the listener/proc, however, we are implementing it. whatever consideration tells me. I am open to feedback or criticals.

I realized that the net.Listener cannot get the file descriptor, I thought to use net.TCPListener. What do you think?

@renanbastos93 renanbastos93 self-assigned this Mar 10, 2021
@renanbastos93 renanbastos93 marked this pull request as draft March 10, 2021 11:12
@renanbastos93 renanbastos93 linked an issue Mar 10, 2021 that may be closed by this pull request
@Fenny Fenny marked this pull request as ready for review May 21, 2021 06:51
@renanbastos93
Copy link
Member Author

I did tests in macOS Big Sur but doesn't work according to scenery. My laptop is chip a new M1. Someone help us?

@renanbastos93 renanbastos93 marked this pull request as draft July 5, 2021 15:23
@efectn efectn deleted the fix-child-process-macos branch June 25, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 (macOS) Prefork is not working as expected
1 participant