Rigorous and Reliable (RAR)

Full Version: BIBO backend service
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
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
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.
(09-29-2020 09:56 AM)lingu Wrote: [ -> ]Pls also create a new CT for the bibo backend.

Created?
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

(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
(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.
(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.

zhihao

(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"},

zhihao

(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.
Pages: 1 2
Reference URL's