当前位置:网站首页>Jbridge bridging frame technology for AI computing power landing
Jbridge bridging frame technology for AI computing power landing
2022-06-29 00:27:00 【mb6044966e76493】
stay 5G In the network , The service side of cloud (cloud server) It is often unable to meet the requirements of large computing power , This is because the hardware environment is becoming more and more demanding , Third party cloud services cannot be expanded or supported , Hardware that meets the requirements of computing ( such as :GPU, Parallel high speed CPU etc. ) Valuable , Furthermore, the ideal computational force condition cannot be reached ; Or for the sake of network security , Avoid damaging the core algorithm ; Therefore, it is necessary to calculate the force transfer , Move from cloud to local server (local server), Make the local service resources as the support of the core computing power , At the same time, it does not affect the normal access of cloud services .
Of course , Local services can be deployed and configured according to their own needs , Freedom and cost can be reasonably controlled ; You can also confidently deploy your own core algorithms and data to solve network security problems .
Unfortunately, the cloud server and the local server belong to different domains (domain), In particular , The cloud server is in the wide area , such as www.domian.com Deployed in the third-party computer room 、 Alibaba cloud 、 Tencent cloud 、 Baidu cloud, etc , The local server is located in the local area , Deployed in the enterprise's internal computer room . When a user visits a web page on the cloud server and sends a request , Need a transit like service jBridge Bridging helps them interact smoothly , Pictured

So what is jBridge?jBridge yes javascript Front end plug-ins for , Its principle is to face AI Applied bridging architecture technology , Focus on solving the problem of information bridging from cloud to local server , Solve the problem of transferring large computing power to local technology .
First , When a user visits a web page on the cloud server and sends a request ,jBridge Listen for requests and notify the local server , The local service uses the local computing power to process the request and return the result ,jBridge Get the results and send them to the cloud to refresh the web page .
jBridge Served as a bridge between the cloud server and the local server , Users access the cloud , The computing process takes place locally , That's it “ Pay more attention to the local area than the cloud ” The computing power requirements of .
jBridge Code instructions :jBridge Just a few lines js Insert the code into the web page to use , It is divided into server Cloud and client The local server consists of two parts .
server The cloud code is as follows :( Example )
var jbridge = io.connect(‘https://tulong.me/push’);// Picture dragon solution service jBridge Interface
id=‘myaccount’;// Tu Longjie's registered account number
function doSend(){
jbridge.emit(‘server’, { server: id+’-’+‘how are you?’});// Request
}
jbridge.on(“client:”+id, function (data) {
console.log(‘client’,data.client);// receive client Processing results from local
});
client Local server code :( Example )
var jbridge = io.connect(‘https://tulong.me/push’);// Picture dragon solution service jBridge Interface
id=‘myaccount’;// Tu Longjie's registered account number
function doSend(){
jbridge.emit(‘client’, { client: id+’-’+‘I am fine’});// Send processing results
}
jbridge.on(‘server:’+id, function (data) {
console.log(‘server’,data.server);// Receive from server Cloud request , Here, the processing code can be added according to the received information .
});
doSend();
Example output :
server Request “how are you”,client The receiving process uses the local computing power to give the response result "I am fine.".
download 1:
https://tulong.me/js/jquery_min_bridge.js
download 2:
https://tulong.me/js/jbridge.js
边栏推荐
- Redis是什么
- Go1.18 new feature: discard strings Title Method, a new pit!
- After eight years of testing and opening experience and interview with 28K company, hematemesis sorted out high-frequency interview questions and answers
- Pinhole camera with added lens
- [image registration] SAR image registration based on particle swarm optimization Improved SIFT with matlab code
- Daily question 1: remove elements
- Trois questions PWN
- Phoenix installation tutorial
- EditText监听焦点
- Operation level smart campus system source code smart campus applet source code + electronic class card + face recognition system
猜你喜欢

卷绕工艺与叠片工艺的对比

Precautions for installation and use of rotary joint

10. Yolo series

How the slip ring motor works
![[image registration] improved SAR image registration based on sar-sift with matlab code](/img/69/4e78c6cef45b2e4d133222a4372e43.jpg)
[image registration] improved SAR image registration based on sar-sift with matlab code

Phoenix installation tutorial

Accessories and working process of machine vision system

LinkedIn DataHub --- 经验分享
![[image registration] SAR image registration based on particle swarm optimization Improved SIFT with matlab code](/img/b5/02979b50db885f0606dce455182ac4.jpg)
[image registration] SAR image registration based on particle swarm optimization Improved SIFT with matlab code

Along with the notes: methods simulating array like classes
随机推荐
10. Yolo series
Easy to use free ppt template
Accessories and working process of machine vision system
FATAL ERROR: Could not find ./bin/my_print_defaults的解决办法
机器视觉系统的配件及工作过程
Leetcode daily question: implementing strstr()
With notes: re understanding else if
[200 opencv routines] 101 adaptive median filter
Is the compass stock software reliable? Is it safe to trade stocks on it?
6.28 learning content
Comics | goodbye, postman! One stop collaboration makes apipost more fragrant!
How to guarantee the delivery quality through the cloud effect test plan
转载:VTK笔记-裁剪分割-三维曲线或几何切割体数据(黑山老妖)
三个pwn题
Document management.
Typescript -- Section 3: Interface
EditText监听焦点
EditText listening focus
光纤滑环价格过高的原因
Reprint: VTK notes - clipping and segmentation - irregular closed loop clipping -vtkselectpolydata class (black mountain old demon)