Erlang

Posts Tagged ‘Erlang’

877,000 TPS with Erlang and VoltDB

-Edited 5/2/13 by Henning Diedrich to correct configuration typos.

Running on a suitable EC2 configuration (see details below), with our new VoltDB Erlang driver we achieved 877,519 transactions per second.

I am Henning Diedrich [1], CEO of Eonblast Corporation[2] a games company. I would like to introduce the new Erlang VoltDB driver we created, a piece of software that allows two genre-defining technologies to work together: VoltDB [3] and Erlang [4].

The Driver

I first came to VoltDB on the hunt for a better database for heavy duty online-game servers. I experienced first hand [5] what a … Read more

 

Community Contributions – Erlang Client Library

We at VoltDB are proud to announce contributions by our community members. In this post we highlight the Erlang Client Library, contributed by Henning Diedrich, of EonBlast Corporation. Eonblast will use this library and VoltDB in their upcoming game, Solar Pirates. The Erlang library is native and allows Erlang programs to talk with the VoltDB server as VoltDB clients. Server and clients communicate over TCP/IP sockets using the VoltDB binary wire protocol. The library is currently synchronous, and the async version should be online soon. The contributed library includes tests and two examples, Helloworld and Voter.

Source for the VoltDB … Read more