alphacomm / alpharpc

AlphaRPC is an RPC daemon based on ZeroMQ that can be used to distribute workload over one or multiple servers.
alpharpc.net
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Worker keeps running when Service crashes upon launch. #2

Open jacobkiers opened 10 years ago

jacobkiers commented 10 years ago

When a service crashes before it's IPC socket is set up, the WorkerRunner keeps running (and hangs in the Socket::send() method).