Page 1 of 1

How can I know when an instance of any application ends?

Posted: Mon Aug 25, 2008 9:40 am
by arturgrigor
Hello,

I'm developing a website YouTUBE like and I need to create a module which upload's a movie and after that I convert's to flv.

So to convert a file to flv I need to execute an application and I would like to know when it ends because this application does not save the file in a temp directory and after that moves it on the output folder so that I will know when a file is completed.

So does anyone know a way how can I see when the conversion is done?

Thank you!

How can I know when an instance of any application ends?

Posted: Mon Aug 25, 2008 9:40 am
by arturgrigor
I actually don't want that user to wait for the whole conversion process. I just want that the server to know when the video is available to watch.

Does anybody know any way?