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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arturgrigor
Forum Newbie
Posts: 3
Joined: Mon Aug 25, 2008 9:39 am

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

Post 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!
arturgrigor
Forum Newbie
Posts: 3
Joined: Mon Aug 25, 2008 9:39 am

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

Post 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?
Post Reply