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.
What is new in this release:
- Improve Einhorn protocol to allow multiplexing of commands on a single socket.
What is new in version 0.6.4:
- Improve Einhorn protocol to allow multiplexing of commands on a single socket.
What is new in version 0.6.3:
- Improve Einhorn protocol to allow multiplexing of commands on a single socket.
Requirements:
- Ruby 1.8.7 or higher
評論沒有發現