Menu

#91 Plugin launching process

Future
open
nobody
2014-11-11
2014-06-03
No

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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB