how to make a queue in php with mysql

Posted by robert on Stack Overflow See other posts from Stack Overflow or by robert
Published on 2010-03-13T02:27:37Z Indexed on 2010/03/13 2:37 UTC
Read the original article Hit count: 435

Filed under:
|
|
|
|

hy,

in my script i run a exec() function to make a movie file with ffmpeg.

the problem is ffmpeg can run only 1 time on the server,

if 2 people are online on server and first one already run ffmpeg i want the second to wait until the first end the process

how to code this?

thank you

© Stack Overflow or respective owner

Related posts about queue

Related posts about php