You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DiffTool has to process several source files (currently up to 120 for enwiki), which
are independent.
At the moment, it is possible to create several config files - each configuring the
processing of a distinct set of source files.
The config files can then be used to start several instances of the DiffTool.
We should now add a feature that allows the user to configure the number of processes
that should be used to process the source files (without the need of individual config
files for each process).
The DiffTool should then divide the source files among the processes and create a separate
instance of the DiffTool_Thread.
This not really a multithread-solution - but better than nothing.
Reported by oliver.ferschke on 2011-09-14 09:14:05
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 58
Reported by
oliver.ferschke
on 2011-09-14 09:14:05The text was updated successfully, but these errors were encountered: