Add files from parent branch HEAD:
[pkgsrc.git] / databases / tokyotyrant / DESCR
1 Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
2 Though the DBM has high performance, you might bother in case that multiple
3 processes share the same database, or remote processes access the database.
4 Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
5 Cabinet. It is composed of the server process managing a database and its
6 access library for client applications.
7
8 The server features high concurrency due to thread-pool modeled implementation
9 and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and
10 its clients communicate with each other by simple binary protocol on TCP/IP.
11 Protocols compatible with memcached and HTTP/1.1 are also supported so that
12 almost all principal platforms and programming languages can use Tokyo Tyrant.
13 High availability and high integrity are also featured due to hot such
14 mechanisms as hot backup, update logging, and replication.
15
16 As for now, the server works on Linux, FreeBSD, Mac OS X only.