Hi there, I have a python script that runs subprocesses (task = ffmpeg for convertion of videos to images) from threads [1]. I want to run at most 4 (default) tasks at the same time, and I usually ask the python script to process 10 files for testing. I'll run it on thousands of files for primetime. It seems that when I ask to process < 4 files everything is ok, but if I ask for > 4 files to process, I loose terminal features (no more newlines, etc). What's happening ? What is wrong in my script ?
Thanks,
Mathieu
[1]:
,-- thread -- subprocess
script --|-- thread -- subprocess
|-- thread -- subprocess
'-- thread -- subprocess
youff.py
Description: Binary data
-- http://mail.python.org/mailman/listinfo/python-list
