mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-29 23:38:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321908 c90b9560-bf6c-de11-be94-00142212c4b1
56 lines
1.9 KiB
XML
56 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.tokyo-tyrant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>tokyo_tyrant</title>
|
|
<titleabbrev>tokyo_tyrant</titleabbrev>
|
|
|
|
<preface xml:id="intro.tokyo-tyrant">
|
|
&reftitle.intro;
|
|
<para>
|
|
tokyo_tyrant extension provides a wrapper for Tokyo Tyrant client libraries. The extension
|
|
contains the normal key-value API and the table API.
|
|
</para>
|
|
<para>
|
|
<literal>
|
|
"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." --Tokyo Tyrant documentation
|
|
</literal>
|
|
</para>
|
|
<para>
|
|
Tokyo Tyrant is written by Mikio Hirabayashi and is licensed under GNU Lesser General Public License.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.tokyo-tyrant.setup;
|
|
&reference.tokyo-tyrant.constants;
|
|
&reference.tokyo-tyrant.examples;
|
|
|
|
&reference.tokyo-tyrant.tokyotyrant;
|
|
&reference.tokyo-tyrant.tokyotyranttable;
|
|
&reference.tokyo-tyrant.tokyotyrantquery;
|
|
&reference.tokyo-tyrant.tokyotyrantiterator;
|
|
&reference.tokyo-tyrant.tokyotyrantexception;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|