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

Asynchronous HTTP Requests #8

Closed
Edu4rdSHL opened this issue Sep 3, 2019 · 1 comment
Closed

Asynchronous HTTP Requests #8

Edu4rdSHL opened this issue Sep 3, 2019 · 1 comment
Labels
fixed Issue solved of feature request implemented. request-for-enhancement New feature or request
Milestone

Comments

@Edu4rdSHL
Copy link
Member

Edu4rdSHL commented Sep 3, 2019

Currently Findomain is using synchronous HTTP request method that means, every request wait for the previous request to end. But as Findomain is growing, more API's need to be added and synchronous requests aren't the way to go if Findomain want to continue being the most faster subdomain enumerator.

I'm working on a asynchronous HTTP request implementation (means that all requests can be done at the same time), that will make Findomain at least 5x more faster than actual. Until I finished it I will not add more API's. When it implementation is finished then I will add many API's (commented in #7) to sources as I want at the same price in terms of time.

@Edu4rdSHL Edu4rdSHL changed the title Async HTTP Requests Asynchronous HTTP Requests Sep 3, 2019
@Edu4rdSHL Edu4rdSHL pinned this issue Sep 3, 2019
@Edu4rdSHL Edu4rdSHL added this to the 0.2.5 milestone Sep 3, 2019
@Edu4rdSHL Edu4rdSHL added the request-for-enhancement New feature or request label Sep 3, 2019
@Edu4rdSHL
Copy link
Member Author

Closed via bd88c64

@Edu4rdSHL Edu4rdSHL added the fixed Issue solved of feature request implemented. label Sep 5, 2019
@Edu4rdSHL Edu4rdSHL unpinned this issue Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue solved of feature request implemented. request-for-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant