> > > > > > Ideally, you want to stop the loop, spawn a process, resume the loop. > > > > that does not sound what I should be doing, but I'll test it > > I find forking from within a coroutine or a callback function to be quite > dangerous. It’s usually better to pre-fork or to use the approach I > describe above (with any kind of asynchronous IO framework, not just > asyncio). > > I think I'll stick with my initial hack for now, simpler
Thanks for help, -- http://lucasbardella.com
