mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[GH-ISSUE #11] Make queries fire off PHP threads non blocking #6
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yswery on GitHub (Nov 27, 2014).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/11
Currently (especially if the recursive provider is used) the DNS server can only handle one request at a time.
@codenamegary commented on GitHub (Nov 27, 2014):
Had the exact same thought the other night while I was working on my socket-testing branch. Check out ReactPHP, lots of good threading libraries in there.
@ivanstan commented on GitHub (Apr 15, 2018):
ReactPHP would be great for this
@ivanstan commented on GitHub (Apr 16, 2018):
@yswery @codenamegary can you guys check this branch. I managed to make it work
github.com/ivanstan/PHP-DNS-SERVER@aa924cf0ac@codenamegary commented on GitHub (Apr 18, 2018):
That's amazing! Unbelievable how simple the implementation is.
@yswery commented on GitHub (May 22, 2018):
Fixed in PR #46 Epic work @ivanstan