Navigation Menu

Skip to content

Commit

Permalink
doc: don't use multilines in a cell
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent 59ba444 commit 152cb34
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions doc/source/server/http/comparison.txt
Expand Up @@ -8,34 +8,33 @@ Comparison
There are many differences between :doc:`groonga` and
:doc:`groonga-httpd`. Here is a comparison table.

+------------------------+------------------------+----------------------+
| | groonga | groonga-httpd |
+========================+========================+======================+
| Performance | o | o |
+------------------------+------------------------+----------------------+
| Using multi CPU cores | o (by multi threading) | o (by multi process) |
+------------------------+------------------------+----------------------+
| Configuration file | optional | required |
+------------------------+------------------------+----------------------+
| Custom prefix path | x | o |
+------------------------+------------------------+----------------------+
| Custom command version | o | x (comming soon) |
+------------------------+------------------------+----------------------+
| Multi databases | x | o |
+------------------------+------------------------+----------------------+
| Authentication | x | o |
+------------------------+------------------------+----------------------+
| Gzip compression | x | o |
+------------------------+------------------------+----------------------+
| POST | x | x (comming soon) |
+------------------------+------------------------+----------------------+
| HTTPS | x | o |
+------------------------+------------------------+----------------------+
| Access log | x | o |
+------------------------+------------------------+----------------------+
| Upgrading without | x | o |
| downtime | | |
+------------------------+------------------------+----------------------+
+----------------------------+------------------------+----------------------+
| | groonga | groonga-httpd |
+============================+========================+======================+
| Performance | o | o |
+----------------------------+------------------------+----------------------+
| Using multi CPU cores | o (by multi threading) | o (by multi process) |
+----------------------------+------------------------+----------------------+
| Configuration file | optional | required |
+----------------------------+------------------------+----------------------+
| Custom prefix path | x | o |
+----------------------------+------------------------+----------------------+
| Custom command version | o | x (comming soon) |
+----------------------------+------------------------+----------------------+
| Multi databases | x | o |
+----------------------------+------------------------+----------------------+
| Authentication | x | o |
+----------------------------+------------------------+----------------------+
| Gzip compression | x | o |
+----------------------------+------------------------+----------------------+
| POST | x | x (comming soon) |
+----------------------------+------------------------+----------------------+
| HTTPS | x | o |
+----------------------------+------------------------+----------------------+
| Access log | x | o |
+----------------------------+------------------------+----------------------+
| Upgrading without downtime | x | o |
+----------------------------+------------------------+----------------------+

Performance
-----------
Expand Down

0 comments on commit 152cb34

Please sign in to comment.