Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BIBO backend service
09-26-2020, 03:54 PM (This post was last modified: 11-30-2020 02:45 PM by lingu.)
Post: #1
BIBO backend service
We should make BIBO backend a service.

An example of starting sequence for the backend is in http://rar.shufangkeji.com:60380/showthr...5#pid43605

BIBO后台系统的设计应考虑高并发访问,并提供几乎不间断服务。

为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA -- http://tab.d-thinker.org/showthread.php?tid=16288

客户端可访问任何一个访问点进行查询。

---
20201006/zhihao: add D info
Find all posts by this user
Quote this message in a reply
09-26-2020, 03:55 PM (This post was last modified: 09-26-2020 03:56 PM by lingu.)
Post: #2
RE: BIBO backend service
Stop and start sage for bibo.

Code:
[sage2@g1b-6 sage]$ bin/sage stop
Sage is stopped.
[sage2@g1b-6 sage]$ bin/sage start
Trying to start Sage ....
Sage is started.
[sage2@g1b-6 sage]$

Start simpleserv.
Code:
[zhihao@g1b-2 bibo]$ pwd
/thinker/globe/soft/bibo
[zhihao@g1b-2 bibo]$ ./simpleserv.sh
Find all posts by this user
Quote this message in a reply
09-29-2020, 09:56 AM (This post was last modified: 09-29-2020 09:59 AM by lingu.)
Post: #3
RE: BIBO backend service
zhihao - pls link this to bibo D info -- http://rar.shufangkeji.com:60380/showthr...p?tid=9162

Pls also create a new CT for the bibo backend.
Find all posts by this user
Quote this message in a reply
10-06-2020, 11:49 AM
Post: #4
RE: BIBO backend service
(09-29-2020 09:56 AM)lingu Wrote:  Pls also create a new CT for the bibo backend.

Created?
Find all posts by this user
Quote this message in a reply
10-06-2020, 11:51 AM (This post was last modified: 10-06-2020 04:44 PM by lingu.)
Post: #5
RE: BIBO backend service
BIBO后台应支持高并发访问,并提供几乎不间断服务。

为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA -- http://tab.d-thinker.org/showthread.php?tid=16288

当前计划是在wp289-{1,2}安装一焘think/sage, 在wp289-3安装一套,形成一个CODA系统。

在wp289-1, wp289-3各安装一套simpleserv访问点,分别服务上述两套Sage系统。

客户端可访问任何一个访问点进行查询。
Find all posts by this user
Quote this message in a reply
10-06-2020, 12:28 PM
Post: #6
RE: BIBO backend service
(10-06-2020 11:49 AM)lingu Wrote:  
(09-29-2020 09:56 AM)lingu Wrote:  Pls also create a new CT for the bibo backend.

Created?
Quote:a2. Add $tree to $codb in its admin CT. This usually is implemented by modifying a config file, such as gitolite.conf
I'm following instruction in Add a code tree to cod , a2 says I need modify gitolite.conf, So I request an account in http://tab.d-thinker.org/showthread.php?...#pid123461
Quote this message in a reply
10-06-2020, 04:46 PM
Post: #7
RE: BIBO backend service
(10-06-2020 11:51 AM)lingu Wrote:  BIBO后台应支持高并发访问,并提供几乎不间断服务。

为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA -- http://tab.d-thinker.org/showthread.php?tid=16288

当前计划是在wp289-{1,2}安装一焘think/sage, 在wp289-3安装一套,形成一个CODA系统。

在wp289-1, wp289-3各安装一套simpleserv访问点,分别服务上述两套Sage系统。

客户端可访问任何一个访问点进行查询。

zhihao pls review this design.
Find all posts by this user
Quote this message in a reply
10-06-2020, 04:51 PM
Post: #8
RE: BIBO backend service
(10-06-2020 12:28 PM)zhihao Wrote:  
(10-06-2020 11:49 AM)lingu Wrote:  
(09-29-2020 09:56 AM)lingu Wrote:  Pls also create a new CT for the bibo backend.

Created?
Quote:a2. Add $tree to $codb in its admin CT. This usually is implemented by modifying a config file, such as gitolite.conf
I'm following instruction in Add a code tree to cod , a2 says

Have you done a1?

Quote: I need modify gitolite.conf, So I request an account in http://tab.d-thinker.org/showthread.php?...#pid123461

gitolite.conf is in a CT itself. So you do not need access the VM.

After the new CT's info is ready, I will add the new CT's info to codb4, then you can continue to add files to the new CT.
Find all posts by this user
Quote this message in a reply
10-06-2020, 05:11 PM
Post: #9
RE: BIBO backend service
(10-06-2020 04:51 PM)lingu Wrote:  
(10-06-2020 12:28 PM)zhihao Wrote:  
(10-06-2020 11:49 AM)lingu Wrote:  
(09-29-2020 09:56 AM)lingu Wrote:  Pls also create a new CT for the bibo backend.

Created?
Quote:a2. Add $tree to $codb in its admin CT. This usually is implemented by modifying a config file, such as gitolite.conf
I'm following instruction in Add a code tree to cod , a2 says

Have you done a1?

yes, I add CTs to cod://cod/CodExt.py as follows:
Code:
"bibo": {"proto":"git",
        "repository": "bibo",
        "habitat": "bibo",
        "username": "git",
        "default_branch": "rc",
        "loc": "codb4.d-thinker.org"},
"bibo_backend": {"proto":"git",
        "repository": "bibo_backend",
        "habitat": "bibo",
        "username": "git",
        "default_branch": "rc",
        "loc": "codb4.d-thinker.org"},
Quote this message in a reply
10-06-2020, 05:19 PM
Post: #10
RE: BIBO backend service
(10-06-2020 04:46 PM)lingu Wrote:  
(10-06-2020 11:51 AM)lingu Wrote:  BIBO后台应支持高并发访问,并提供几乎不间断服务。

为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA -- http://tab.d-thinker.org/showthread.php?tid=16288

当前计划是在wp289-{1,2}安装一焘think/sage, 在wp289-3安装一套,形成一个CODA系统。

在wp289-1, wp289-3各安装一套simpleserv访问点,分别服务上述两套Sage系统。

客户端可访问任何一个访问点进行查询。

zhihao pls review this design.

good to me and updated headpost.
Quote this message in a reply
Post Reply 


Forum Jump: