I have app with plugins, which creates lot of forks. So speed of launching new process with available selected plugins is critical.
Why is necessary to call manager.install after each restart, when plugin was already installed previously?
Also I expect problems, when more processes will install plugins into the same directory simultaneusly.
I have no problem to store list of installed plugins somewhere, but performance penalty related with installing plugin is now too big
I read explanations in #18 , but there is no answer to my question
Thank you
I have app with plugins, which creates lot of forks. So speed of launching new process with available selected plugins is critical.
Why is necessary to call manager.install after each restart, when plugin was already installed previously?
Also I expect problems, when more processes will install plugins into the same directory simultaneusly.
I have no problem to store list of installed plugins somewhere, but performance penalty related with installing plugin is now too big
I read explanations in #18 , but there is no answer to my question
Thank you