We need to drop the multiprocessing arch for v0.1 to avoid all the troubles that it's causing:
this implies:
- loop(background=False)
- run(data_manager=None)
- instrument(data_server=None)
as default, as per #272 .
@alan-geller is currently working on a live plot implementation without multiprocessing.