Alternative to CURL due to long waiting
Posted
by aalan
on Stack Overflow
See other posts from Stack Overflow
or by aalan
Published on 2010-05-12T21:26:28Z
Indexed on
2010/05/12
21:34 UTC
Read the original article
Hit count: 130
Hey Guys I currently run a PHP-script using CURL to send data to another server, to do run a PHP-script that could take up to a minute to run. This server doesn't give any data back. But the CURL-request still has to wait for it to complete, and then it loads the rest of the orignal page. I would like my PHP-script to just send the data to the other server and then not wait for an answer.
So my question is how should I solve this? I have read that CURL always has to wait. What are your suggestions?
Thank You!
© Stack Overflow or respective owner