I have a script that uses curl to call a worker function on another server.
For small workloads, it works just fine.

But when my script processes a large zip-file and updates some status files, curl_exec never returns the result data even though the called script does send it.

Any ideas?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to