[Groonga-commit] groonga/groonga [master] httpd: document directives for groonga-httpd

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 18:22:13 JST


Ryo Onodera	2012-06-21 18:22:13 +0900 (Thu, 21 Jun 2012)

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

  Log:
    httpd: document directives for groonga-httpd

  Modified files:
    doc/source/executables/groonga-httpd.txt

  Modified: doc/source/executables/groonga-httpd.txt (+27 -1)
===================================================================
--- doc/source/executables/groonga-httpd.txt    2012-06-21 17:59:00 +0900 (f0c2de4)
+++ doc/source/executables/groonga-httpd.txt    2012-06-21 18:22:13 +0900 (74b25db)
@@ -47,4 +47,30 @@ Also, you can browse Web-based adiministration tool at http://localhost:10041/.
 Configuration directives
 ------------------------
 
-(wip...)
+Groonga-specific directives
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following directives aren't provided by nginx. They are provided by
+groonga-httpd to configure groonga-httpd-specific directives.
+
+``groonga_database``
+""""""""""""""""""""
+
+Specifies the path to a groonga database.
+
+Performance-related directives
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following directives are related to performance.
+
+``worker_processess``
+"""""""""""""""""""""
+
+For optimum performance, set this to be equal to the number of CPUs or cores. In
+many cases, groonga queries may be CPU-intensive work, so to fully utilize
+multi-CPU/core systems, it's essential to set this accordingly.
+
+This isn't a groonga-httpd specific directive, but an nginx's one. For details,
+see http://wiki.nginx.org/CoreModule#worker_processes.
+
+By default, this is set to 1. It is nginx's default.
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Descargar 



Groonga-commit メーリングリストの案内
Back to archive index