Martin Christensen ([email protected]) wrote: > On 2010-08-03 20:56, Klaus Post wrote: > > Quick Export is an obvois canidate for separation, since it would be > > much nicer, if it ran in a separate thread. We have however not > > pursued this heavily, since the lack of thread priorities in Linux > > will make the UI very un-responsive, if we for example ran Batch > > Export in a separate thread. It has been on my wish-list, but since > > batch export is so CPU demanding I think it will kill the main UI > > experience anyway. > > How about a separate process for quick export and batch processing > rather than just separate threads? After all, is there any significant > shared state?
Going multiprocess is sure appealing but don't forget that it's always a good idea to keep as much as possible in the GUI process just for easing the communications/synchronizations between all rawstudio elements. -- Edouard Gomez _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
