Now can launch one process per core, and launch new ones when the old ones end
This commit is contained in:
parent
13f9e67eb1
commit
86f77faa3f
13 changed files with 761 additions and 77 deletions
|
|
@ -33,6 +33,7 @@ class configuration(GObject.GObject):
|
|||
configuration.current_configuration = None
|
||||
return configuration.current_configuration
|
||||
|
||||
|
||||
def fill_config(self):
|
||||
|
||||
GObject.GObject.__init__(self)
|
||||
|
|
@ -78,7 +79,7 @@ class configuration(GObject.GObject):
|
|||
self.PAL = True
|
||||
self.tmp_folder = "/var/tmp"
|
||||
self.multicore = True
|
||||
self.final_folder = None
|
||||
self.final_folder = os.environ.get("HOME")
|
||||
self.sub_language = None
|
||||
self.sub_codepage = None
|
||||
self.film_analizer = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue