As it turns out curl_multi does not block. I was able to use that plus
connection tracking to solve my problem.
Thanks Ash and Andrew.
Mike
> On Thu, Jun 17, 2010 at 9:05 AM, Michael Alaimo
> wrote:
>> I am trying to use register_shutdown_function. Â Previous to the script
>> shutting down I u
On Thu, Jun 17, 2010 at 9:05 AM, Michael Alaimo wrote:
> I am trying to use register_shutdown_function. Previous to the script
> shutting down I use curl to grab a website.
>
> Basically I want to know if the user has hit the stop button or left the
> page prematurely.
>
> The only problem is tha
On Thu, 2010-06-17 at 09:37 -0400, Michael Alaimo wrote:
> > On Thu, 2010-06-17 at 09:05 -0400, Michael Alaimo wrote:
> >
> >> I am trying to use register_shutdown_function. Previous to the script
> >> shutting down I use curl to grab a website.
> >>
> >> Basically I want to know if the user has
> On Thu, 2010-06-17 at 09:05 -0400, Michael Alaimo wrote:
>
>> I am trying to use register_shutdown_function. Previous to the script
>> shutting down I use curl to grab a website.
>>
>> Basically I want to know if the user has hit the stop button or left the
>> page prematurely.
>>
>> The only pr
On Thu, 2010-06-17 at 09:05 -0400, Michael Alaimo wrote:
> I am trying to use register_shutdown_function. Previous to the script
> shutting down I use curl to grab a website.
>
> Basically I want to know if the user has hit the stop button or left the
> page prematurely.
>
> The only problem is
I am trying to use register_shutdown_function. Previous to the script
shutting down I use curl to grab a website.
Basically I want to know if the user has hit the stop button or left the
page prematurely.
The only problem is that curl runs and finishes its call before the
shutdown function is ca
6 matches
Mail list logo