What is the best wrapping strategy ?
- by Riduidel
Hi,
I'm planning to integrate an external tool (ffmpeg in my particular case, but it could be anything, in fact, as lolng as its tasks are long running ones). This tool has a lot of command-line parameters.
For now, I've done to simple things with it, already requiring me a good bunch of class writing, to embed all the information it can return to…