ParallelCurl icon indicating copy to clipboard operation
ParallelCurl copied to clipboard

A PHP class providing an easy interface for running multiple concurrent CURL requests

Results 19 ParallelCurl issues
Sort by recently updated
recently updated
newest added

If a page which is running parallel curl's loading is stopped by a client, that page will forever be stuck in a loop. On line 159: // Blocks until there's...

Implements fixes for blocking in checkForCompletedRequests() and bug fix for php 7.0+ where requests remained in outstanding_requests even after curl returned.

Hi there, I've been testing this library, and I've found through running your test script, and using another script I wrote with the library, that the requests are not asynchronous....

Make sure that blocking waiting for the download does not effect starting a new download off. Issue #20

When you put new requests into queue by calling "startRequest" **inside** a callback, the outstanding request never gets a chance to be cleaned up from queue and the program gets...

Thank you for this really useful script. I'd like to use your script to aggregate multiple results from multiple sources and I was wondering if you could provide with a...

I think this is a bug. It works fine for normal urls. But when we use a wrong url like stkovrflow.com page keeps loading.. Can you fix that?

If calling this within a class method, How would I reference another class method instead of naming a function using a string? ``` $parallelcurl->startRequest('http://example.com', , array('something')); ```

``` $parallelcurl->startRequest('http://example.com', function(){ //function content }, array('something')); ```

Included test.php will cause you to be rate limited by Google. Just run it. By the time I got to "Andrew is a", no more results came in. I tried...