Commit graph

17 commits

Author SHA1 Message Date
taca
2bdc0fe5c8 * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 04:56:04 +00:00
obache
84e09b4531 Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
obache
585a81cf52 Update ruby-tokyotyrant to 1.13. 2010-01-17 02:54:16 +00:00
obache
122ffd0637 TokyoCabinet related HOMEPAGEs have been moved. 2009-11-25 11:33:55 +00:00
obache
cf85376d46 Update ruby-tokyotyrant to 1.11. 2009-07-21 11:34:35 +00:00
obache
8dfe6e9fbc Update ruby-tokyotyrant to 1.10. 2009-07-07 11:44:18 +00:00
obache
fcbe61fb41 Update tokyotyrant-ruby to 1.9. 2009-06-08 01:08:40 +00:00
obache
358441efe7 Update tokyotyrant-ruby to 1.8. 2009-06-05 12:07:49 +00:00
obache
981578bd84 Update tokyotyrant to 1.1.27.
Changes:
2009-05-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrtest.c (runtable, proctable): "-exp" option was added.

	* ttskelnull.c: new file.

	* tokyotyrant.idl: new file.

	- Release: 1.1.27
2009-05-24 12:42:44 +00:00
wiz
6ac11147ab Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
6444a82b5c Update ruby-tokyotyrant to 1.6.
No ChangeLog available, but this update made to pass all self test with
recent release of tokyotyrant.
2009-05-14 08:46:18 +00:00
obache
7b98ba5271 Update tokyotyrant-ruby to 1.5, for new tokyotyrant. 2009-05-07 11:10:26 +00:00
obache
58b8c5a5f2 Update ruby-tokyotyrant to 1.4, for tokyotyrant-1.1.17. 2009-03-21 05:38:25 +00:00
obache
3fa380637e Update ruby-tokyotyrant to 1.3, for tokyotyrant-1.1.15. 2009-02-15 09:04:19 +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