On Friday, October 28, 2016 at 7:12:45 AM UTC-5, Edward K. Ream wrote: Arbitrarily many other instances of the BPM class *could* reasonably > coexist with the processes managed by the "singleton" > g.app.backgroundProcessManager, provided that the other instances ran > processes that did not produce any output. >
Oops. This is misleading. To run processes *without *output, just call subprocess.Popen as many times as you like. There is no reason to instantiate more BPM instances. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
