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

Investigate curl_multi for async #108

Closed
dcramer opened this issue Jul 28, 2013 · 4 comments
Closed

Investigate curl_multi for async #108

dcramer opened this issue Jul 28, 2013 · 4 comments

Comments

@dcramer
Copy link
Member

dcramer commented Jul 28, 2013

It seems like we could use the curl_multi stuff to do async http requests with fairly large compatibility

http://us3.php.net/manual/en/function.curl-multi-init.php

@filipegiusti
Copy link

@henrikbjorn seems not a good approach, check https://segment.io/blog/how-to-make-async-requests-in-php/.

@dcramer
Copy link
Member Author

dcramer commented Jan 19, 2014

We can likely build off of Phabricator's HTTPSFuture for this:

https://secure.phabricator.com/diffusion/PHU/browse/master/src/future/http/HTTPSFuture.php$10

@ste93cry
Copy link
Collaborator

Closing this as it's been fixed in #132

Briones pushed a commit to Briones/sentry-php that referenced this issue Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants