Review operation when use_multiprocessing

Monday, August 1, 2022

The :ticket:`` issue reveals that we need to change a few fundamental things regarding how Lino runs in a multiprocess environment (on a production server). The linod command will become useless. When use_multiprocessing is True, every Lino process should spawn a server process and then connect itself to it.