You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2019/06/18 01:28:40 UTC

[dubbo-website] branch asf-site updated: Website updated with 5bc58d5627b4fa0194b624343bf094c723a9331f

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c3ad5a0  Website updated with 5bc58d5627b4fa0194b624343bf094c723a9331f
c3ad5a0 is described below

commit c3ad5a05684f5059095d9f7ba6ecba41f103296a
Author: jenkins <us...@infra.apache.org>
AuthorDate: Tue Jun 18 01:28:32 2019 +0000

    Website updated with 5bc58d5627b4fa0194b624343bf094c723a9331f
---
 COMMIT_ID                                 | 2 +-
 en-us/docs/user/preface/requirements.html | 2 +-
 en-us/docs/user/preface/requirements.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/COMMIT_ID b/COMMIT_ID
index ed466a5..e4639a4 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-bb39ed8fe318a4495931a7ef4297ef63af317b0c
+5bc58d5627b4fa0194b624343bf094c723a9331f
diff --git a/en-us/docs/user/preface/requirements.html b/en-us/docs/user/preface/requirements.html
index ee228e3..f5850cc 100644
--- a/en-us/docs/user/preface/requirements.html
+++ b/en-us/docs/user/preface/requirements.html
@@ -14,7 +14,7 @@
 <body>
 	<div id="root"><div class="documentation-page" data-reactroot=""><header class="header-container header-container-normal"><div class="header-body"><a href="/en-us/index.html"><img class="logo" src="/img/dubbo_colorful.png"/></a><div class="search search-normal"><span class="icon-search"></span></div><span class="language-switch language-switch-normal">δΈ­</span><div class="header-menu"><img class="header-menu-toggle" src="/img/menu_gray.png"/><ul><li class="menu-item menu-item-normal"><a  [...]
 <p><img src="../sources/images/dubbo-service-governance.jpg" alt="image"></p>
-<p>Before the advent of large-scare services, an application might just exposes or references remote service by using RMI or Hessian, the call is done by configuring serive URL, and load balance is done through hardwares, like F5.</p>
+<p>Before the advent of large-scare services, an application might just exposes or references remote service by using RMI or Hessian, the call is done by configuring service URL, and load balance is done through hardwares, like F5.</p>
 <p><strong>When there are more and more services, it becomes very difficult to configure the service URL, the single point pressure of F5 hardware load balancer is also increasing.</strong> At this point, a service registry is needed to dynamically register and discover services to make the service's location transparent. By obtaining the list of service provider addresses in the consumer side, the soft load balancing and Failover can be realized, this reduces the dependence on the F5 ha [...]
 <p><strong>When things go further, the service dependencies become so complex that it can't even tell which applications to start before, even the architect can't fully describe the application architecture relationships</strong>. At this time, automatically draw the dependency diagram of the applications is needed to help the architect to be clear of the relationship.</p>
 <p><strong>Then, the traffic becomes even heavier, the capacity problem of the service is exposed, how many machines are needed to support this service? When should the machine be added?</strong> To solve these problems, first, the daily service calls and the amount of response time should be counted as a reference for capacity planning. Second, dynamically adjust the weight, increase the weight of an online machine, and recorded the response time changes until it reaches the threshold,  [...]
diff --git a/en-us/docs/user/preface/requirements.json b/en-us/docs/user/preface/requirements.json
index 76caefc..07d85a8 100644
--- a/en-us/docs/user/preface/requirements.json
+++ b/en-us/docs/user/preface/requirements.json
@@ -1,6 +1,6 @@
 {
   "filename": "requirements.md",
-  "__html": "<h1>Requirements</h1>\n<p><img src=\"../sources/images/dubbo-service-governance.jpg\" alt=\"image\"></p>\n<p>Before the advent of large-scare services, an application might just exposes or references remote service by using RMI or Hessian, the call is done by configuring serive URL, and load balance is done through hardwares, like F5.</p>\n<p><strong>When there are more and more services, it becomes very difficult to configure the service URL, the single point pressure of F5 [...]
+  "__html": "<h1>Requirements</h1>\n<p><img src=\"../sources/images/dubbo-service-governance.jpg\" alt=\"image\"></p>\n<p>Before the advent of large-scare services, an application might just exposes or references remote service by using RMI or Hessian, the call is done by configuring service URL, and load balance is done through hardwares, like F5.</p>\n<p><strong>When there are more and more services, it becomes very difficult to configure the service URL, the single point pressure of F [...]
   "link": "/en-us/docs/user/preface/requirements.html",
   "meta": {}
 }
\ No newline at end of file