./wip/kyototycoon, Kyoto Tycoon is a lightweight database server for Kyoto Cabinet

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.38, Package name: kyototycoon-0.9.38, Maintainer: msporleder

Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data and persistent data of various
applications. Kyoto Tycoon is also a package of network interface to the
DBM called Kyoto Cabinet. Though the DBM has high performance and high
concurrency, you might bother in case that multiple processes share the same
database, or remote processes access the database. Thus, Kyoto Tycoon is
provided for concurrent and remote connections to Kyoto Cabinet.
Kyoto Tycoon is composed of the server process managing multiple databases
and its access library for client applications.


Required to run:
[lang/lua52] [databases/kyotocabinet]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d5e78b0631e29909310f3e2da834695e9b0d4830
Filesize: 447.184 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-14 01:15:59 by othyro | Files touched by this commit (77)
Log message:
Fixed invalid CATEGORIES. Some of these also got DISTNAME modified and
minor formatting fixes.
   2012-10-01 23:57:44 by Aleksej Saushev | Files touched by this commit (5)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-04-19 13:23:30 by Matthew Sporleder | Files touched by this commit (4) | Imported package
Log message:
Import kyototycoon-0.9.38 as wip/kyototycoon.

Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data and persistent data of various
applications.  Kyoto Tycoon is also a package of network interface to the
DBM called Kyoto Cabinet.  Though the DBM has high performance and high
concurrency, you might bother in case that multiple processes share the same
database, or remote processes access the database. Thus, Kyoto Tycoon is
provided for concurrent and remote connections to Kyoto Cabinet.
Kyoto Tycoon is composed of the server process managing multiple databases
and its access library for client applications.