Import tokyotyrant-1.1.4 as databases/tokyotyrant.
authorobache <obache>
Sat, 11 Oct 2008 12:26:24 +0000 (12:26 +0000)
committerobache <obache>
Sat, 11 Oct 2008 12:26:24 +0000 (12:26 +0000)
commit66266c66f65a53d4a8e14d689a4cadb14546d11e
tree27abdbc1cba0871e04de67dd2c8d70bc4bb06542
parenta46c64076dda2a349fb57a1df4bab5247cd217c4
Import tokyotyrant-1.1.4 as databases/tokyotyrant.

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 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 hot such
mechanisms as hot backup, update logging, and replication.

As for now, the server works on Linux, FreeBSD, Mac OS X only.
databases/tokyotyrant/DESCR [new file with mode: 0644]
databases/tokyotyrant/Makefile [new file with mode: 0644]
databases/tokyotyrant/PLIST [new file with mode: 0644]
databases/tokyotyrant/distinfo [new file with mode: 0644]
databases/tokyotyrant/patches/patch-aa [new file with mode: 0644]
databases/tokyotyrant/patches/patch-ab [new file with mode: 0644]