From 66187e549607d715b684b0a4df7e589d057287a0 Mon Sep 17 00:00:00 2001 From: Paul Grosu Date: Tue, 6 Dec 2016 19:31:57 -0500 Subject: submit --- chapter/1/gRPC.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'chapter/1/gRPC.md') 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 Table 2: Officially supported languages by gRPC.

+There are benchmarks being performed on a daily basis to ensure that gRPC performs optimally under high-throughput conditions as illustrated in Figure 6. + +

+
+ Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each. +

+ + +

3.1 gRPC Java

+ +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 -- cgit v1.2.3