[Groonga-commit] groonga/groonga at d35c719 [master] doc: add note about GQTP and HTTP for server use

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Sep 24 12:14:17 JST 2013


HAYASHI Kentaro	2013-09-24 12:14:17 +0900 (Tue, 24 Sep 2013)

  New Revision: d35c7199a9429e5cedde41ff499efa1ae9fdabb8
  https://github.com/groonga/groonga/commit/d35c7199a9429e5cedde41ff499efa1ae9fdabb8

  Message:
    doc: add note about GQTP and HTTP for server use
    
    [groonga-dev,01810]
    
    Reported by Kazuhiro Isobe. Thanks!!!

  Modified files:
    doc/source/server/package.txt

  Modified: doc/source/server/package.txt (+12 -3)
===================================================================
--- doc/source/server/package.txt    2013-09-24 11:51:57 +0900 (3bdddf6)
+++ doc/source/server/package.txt    2013-09-24 12:14:17 +0900 (93429f4)
@@ -15,9 +15,18 @@ There are three packages for server use.
 * ``groonga-server-http`` (simple HTTP protocol based server package)
 * ``groonga-server-gqtp`` (GQTP protocol based server package)
 
-Note that there is a conflict between ``groonga-httpd`` and ``groonga-server-http``
-package because of port number.
-See :doc:`/server/http/comparison` if you want to know which package meets your demands.
+.. note::
+
+   There is a conflict between ``groonga-httpd`` and ``groonga-server-http``
+   package because of port number.
+   See :doc:`/server/http/comparison` if you want to know which package meets your demands.
+
+.. note::
+
+   ``groonga-server-gqtp`` is based on groonga specific protocol (GQTP - Groonga Query Transfer
+   Protocol). This protocol is designed to reduce overheads and improve performance. The weak
+   point of GQTP is less support of client library than HTTP protocol does.
+
 
 groonga-httpd
 -------------
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index