diff options
| author | Paul Grosu <pgrosu@gmail.com> | 2016-12-06 19:31:57 -0500 |
|---|---|---|
| committer | Paul Grosu <pgrosu@gmail.com> | 2016-12-06 19:31:57 -0500 |
| commit | 66187e549607d715b684b0a4df7e589d057287a0 (patch) | |
| tree | 329a6a8f6fc307b6c7691ef1091377c3bf69953d /chapter | |
| parent | 2c7ba877fbfe365fe8ce74a9c34823ebe84a8eb8 (diff) | |
submit
Diffstat (limited to 'chapter')
| -rw-r--r-- | chapter/1/figures/grpc-benchmark.png | bin | 0 -> 17014 bytes | |||
| -rw-r--r-- | chapter/1/gRPC.md | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/chapter/1/figures/grpc-benchmark.png b/chapter/1/figures/grpc-benchmark.png Binary files differnew file mode 100644 index 0000000..9f39c71 --- /dev/null +++ b/chapter/1/figures/grpc-benchmark.png diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index 622498d..99a81e0 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -123,6 +123,18 @@ The officially supported languages are listed in Table 2 {% cite gRPC-Languages <em>Table 2: Officially supported languages by gRPC.</em> </p> +There are benchmarks being performed on a daily basis to ensure that gRPC performs optimally under high-throughput conditions as illustrated in Figure 6. + +<p align="center"> + <img src="figures/grpc-benchmark.png" /><br> + <em>Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each.</em> +</p> + + +<h3>3.1 <em>gRPC Java</em></h3> + +The Java implementation of gRPC has been built with Mobile platform in mind and requires support of JDK 6.0 and higher. There are + ## References [Apigee]: https://www.youtube.com/watch?v=-2sWDr3Z0Wo |
