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

Write Client and Worker example #10

Closed jacobkiers closed 10 years ago

jacobkiers commented 10 years ago

Examples for using the Client and for creating a Worker should be added to the documentation.

rayz90 commented 10 years ago

I need this.

jacobkiers commented 10 years ago

See the examples directory for now. There you will find a worker and a client example.

reenl commented 10 years ago

@rayz90

http://alpharpc.net/use-client/ http://alpharpc.net/create-worker/

jacobkiers commented 10 years ago

Done.