Matthieu Weber wrote: > But besides that, how do you (freevo core coders) plan to get rid of > threads? how can freevo start e.g. mplayer without starting another > thread?
OK, we will still use threads for handling the mplayer stdout and stderr. But if you look at the threads, they only add the line to a queue which is handled in the main loop. This adding is thread safe! Dischi -- May brute force be with you. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
