How to make PHP Curl request not to wait?
Posted
by understack
on Stack Overflow
See other posts from Stack Overflow
or by understack
Published on 2010-04-26T06:04:53Z
Indexed on
2010/04/26
6:23 UTC
Read the original article
Hit count: 243
I've a PHP function which fetches a Curl request. This request sometimes take longer time than expected and hence my php function takes longer to return.
In my particular case, output of curl request is not important. So is it possible with curl just to place a request and proceed without waiting for curl_exec() to finish?
© Stack Overflow or respective owner