Hello Sean,

Are you saying that the second ajax call is blocking (pending) until the
video is completely converted ?
It could be related to the session access that might be locked during
the second call.
Are you using OC 7 ?

Another alternative would be to use an EventSource (you can search the
code for examples), but I don't know whether it can survive PHP timeouts.

Cheers,

Vincent

On 09/20/2014 08:54 PM, Sean Bowen-Williams wrote:
> Hey guys,
> I'm trying to write a progress bar for a video conversion going on in the
> background. I analyze the log file with PHP to determine the percentage
> complete, then echo the variable to be picked up with AJAX to my Javascript
> file.
>
> I used setTimeout to run the AJAX request every 2 seconds, but it only
> successfully complete twice: once at the very beginning, and again once the
> conversion is complete. So effectively, my progress bar tells me 0% and
> 100%. Very helpful, I know.
>
> I use a different AJAX call to pass file information about the video to be
> converted to a different PHP file.
>
> Is this an issue of simply to many simultaneous AJAX calls? Any advice
> would be appreciated.
>
> -Sean
>
>
>
> _______________________________________________
> Devel mailing list
> [email protected]
> http://mailman.owncloud.org/mailman/listinfo/devel

_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to