Are IPython engines independent processes?
问题 From the IPython Architecture Overview documentation we know that ... The IPython engine is a Python instance that takes Python commands over a network connection. Given that it is a Python instance does that imply that these engines are stand alone processes? I can manually load a set of engines via a command like ipcluster start -n 4 . Doing thus is the creation of engines considered the creation of child processes of some parent process or just a means to kick off a set of independent