Stripe is announcing that with version number 0.6.4 is already available to download.
What is ?
is A Ruby-based language-independent shared socket manager .
Einhorn allows developers to open sockets in a process so workers share it.It basically allows a process to run more than one request at a time, without using threads, events, cloned processes, etc..By design, Einhorn is framework and language agnostic.
This is changelog for version 0.6.4 :
- Improve Einhorn protocol to allow multiplexing of commands on a single socket.
You can read the complete changelog and also download this latest version on their homepage: stripe.com