linslin / Yii2-Curl

:curly_loop: Yii2 Curl extension based on PHP cURL.
178 stars 92 forks source link

Simultaneus requests #62

Closed dfuse-dev closed 7 years ago

dfuse-dev commented 7 years ago

Hi,

Do you plan to add simultaneous requests ability to this extension? Something like MultiGet (https://github.com/Yaffle/MultiGet)

Thanks

linslin commented 7 years ago

I checked it multiple times and I'm still not sure about this request. The async handling of multiple request maybe is something for another curl extension. Implementing this in yii2-curl will break it's simple architecture. Let me think about this some more time.

linslin commented 7 years ago

I finally came up to not implement this feature inside yii2-curl. I may going to write a new extension yii2-multiCurl to make it work. But this will take some time. I'm currently stucking in other projects.

Anyway, thank you for your suggestion!