[erlang-questions] [ANN] Waste 0.1.0

Chiharu Kawatake ckawatak@REDACTED
Sat Jun 23 13:02:00 CEST 2012


Hi all,

I just released an initial version of Waste, an experimental library for
RPC using Thrift and AMQP (RabbitMQ is used in the implementation).

https://github.com/mille-printemps/waste

Motivation behind Waste is to utilize services in a fault-tolerant way from
clients that are implemented in different programming languages.

Waste extends a transport layer of Thrift so that it can put requests from
clients to a queue and dispatch the requests to a service. If multiple
services (on multiple physical servers) are subscribing the queue, the load
of the requests is balanced among the servers.

Currently, Waste allows you to call a service implemented in C++ from a
client implemented in Erlang.

Chiharu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120623/12fca705/attachment.htm>


More information about the erlang-questions mailing list