stil/curl-easy

Performance Non-blocking parallel

Closed this issue · 1 comments

hi Mr.Stil,

it's the Non-blocking requests in parallel compare to others methods Non-blocking requests in parallel is more fast and better performance?
https://github.com/stil/curl-easy#non-blocking-requests-in-parallel

stil commented

The performance is same, but in "non-blocking" method you can do something else while requests are processed. And if you use blocking method, the script just hangs until processed requests are complete.