Plugin launching process
TOMUSS: The Online Multi User Simple Spreadsheet
Brought to you by:
texcoffier
Currently a plugin taking time can launch a thread.
But Python does not parrallelize nicely thread (GIL).
If the plugin take a long time and does not modify TOMUSS state,
then it is interesting to launch a new process.
The new process will do configuration.read_only = True in order to be sure to not modify things.