Re: [PHP] script hangs on curl_exec

2008-10-01 Thread Rene Veerman
Robert Cummings wrote: On Wed, 2008-10-01 at 17:31 +0200, Rene Veerman wrote: 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 ret

Re: [PHP] script hangs on curl_exec

2008-10-01 Thread Robert Cummings
On Wed, 2008-10-01 at 17:31 +0200, Rene Veerman wrote: > 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 dat

[PHP] script hangs on curl_exec

2008-10-01 Thread Rene Veerman
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? --