[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] MW questions



Hi all,
I have an application that aims to encode raw video and should be run on condor environment the sendbox of jdl file contains these files:
    Seq.quv : sequence of raw video;
    H264 : executable of MPEG-4 compression algorithm;
    Work.sh : script to manage the process 

My project must respect the real time constraint (i.e. idle time equal to 0s), I was advised to deploy the application on Master worker Framework, but I need to know if it really resolve the problem of real time and how can I send others executable files to workers to perform the encoding 

-------------

thx MSM