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

Class Client\AlphaRPCStatus acts as a worker #8

Open jacobkiers opened 10 years ago

jacobkiers commented 10 years ago

The Client\AlphaRPCStatus class acts as a worker, even though it is actually a client process.

This should be converted to be a real client. That is a little bit hard, and depends on #4 and #5.