Commit graph

6 commits

Author SHA1 Message Date
taca
121a9dfd1b Make this package build on Ruby 2.2. 2015-05-31 15:25:41 +00:00
taca
314d903d50 * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 04:56:04 +00:00
obache
8b25198b19 Update tokyotyrant-ruby to 1.5, for new tokyotyrant. 2009-05-07 11:10:26 +00:00
obache
03571fe478 Update ruby-tokyotyrant to 1.2, for tokyotyrant-1.1.10. 2009-01-04 11:06:35 +00:00
obache
d9ca07c674 Update ruby-tokyotyrant to 1.1, for tokyotyrant-1.1.9. 2008-12-07 11:37:53 +00:00
obache
ff109413a9 Import ruby-tokyotyrant-1.0 as databases/ruby-tokyotyrant.
This module implements the pure Ruby client which connects to the server of
Tokyo Tyrant and speaks its original binary protocol.

Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
Though the DBM has high performance, you might bother in case that multiple
processes share the same database, or remote processes access the database.
Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
Cabinet. It is composed of the server process managing a database and its access
library for client applications. The server can embed Lua, a lightweight script
language so that you can define arbitrary operations of the database.

The server features high concurrency due to thread-pool modeled implementation
and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and
its clients communicate with each other by simple binary protocol on TCP/IP.
Protocols compatible with memcached and HTTP/1.1 are also supported so that
almost all principal platforms and programming languages can use Tokyo Tyrant.
High availability and high integrity are also featured due to such mechanisms as
hot backup, update logging, and replication.
2008-10-26 11:43:50 +00:00