You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: