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

client pool #133

Closed
hustneverland opened this issue Jun 2, 2018 · 1 comment
Closed

client pool #133

hustneverland opened this issue Jun 2, 2018 · 1 comment
Labels

Comments

@hustneverland
Copy link

if i have thousands of requests needed to send,how can i set a http client pool?

@clue clue added the question label Jun 2, 2018
@clue
Copy link
Member

clue commented Jun 2, 2018

Right now, this project does limit the number of concurrent connections (see also #129). As discussed in that ticket, you may want to give https://github.com/clue/reactphp-mq or https://github.com/clue/reactphp-flux a try if you want to handle a large number of concurrent requests.

I hope this helps 👍

I believe this has been answered, so I'm closing this for now. Please come back with more details if this problem persists and we can reopen this 👍

@clue clue closed this as completed Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants