Do not run any Twisted code using multiprocessing
Start the Comet VOEvent broker as a subprocess intead of using
multiprocessing
and go back to using PyGCN instead of Comet as
the VOEvent client. This is a workaround for suspected instability
due to a bad interaction between redis-py
and multiprocessing
.