php-phantomjs icon indicating copy to clipboard operation
php-phantomjs copied to clipboard

can I send multiple requests concurrently?

Open my-instantcms opened this issue 2 years ago • 0 comments

Hello. When parsing multiple links, my script crashes due to a timeout. In Guzzle, I solved the problem with an asynchronous request. But guzzle can't work with ajax, so I use phantomjs, but I didn't find parallel asynchronous requests here.

Can you tell me how to execute 5 requests asynchronously?

my-instantcms avatar Dec 25 '22 12:12 my-instantcms