We are running 1.5-dev19 with upwards of 30 processes to handle the SSL load on our production site, and I need to find a way to guarantee that all processes will receive commands via the socket interface.
We use this to enable and disable backend servers cleanly when we do pushes, but since we had to go to multi-process it's stopped working as not all processes receive the command. Is there a method I can use to have this work again?

