当前位置:网站首页>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
边栏推荐
- MNIST handwritten numeral recognition demo based on pytorch framework
- LG. Hankson's interesting questions, C language
- PHP函数file_get_contents与操作系统的内存映射
- 6.28 学习内容
- 卷绕工艺与叠片工艺的对比
- 12.物体检测Mask-Rcnn
- Baidu online disk login verification prompt: unable to access this page, or the QR code display fails, the pop-up window shows: unable to access this page, ensure the web address....
- Encapsulation of JDBC connection and disconnection database
- [image detection] recognition of the front and back of a coin based on texture features with matlab code attached
- [image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter
猜你喜欢

Software testing tools: complete and precise

12.物体检测Mask-Rcnn

11. target segmentation

Three PWN questions

Redis常用命令手册

旋轉接頭安裝使用注意事項

转载:VTK笔记-裁剪分割-不规则闭合圈选裁剪-vtkSelectPolyData类(黑山老妖)

Technology sharing | software development process that you must understand if you want to get started with testing

旋转接头安装使用注意事项

Structure of the actual combat battalion | module 5
随机推荐
Report on the convenient bee Lantern Festival: the first peak sales of pasta products this year; prefabricated wine dumplings became the winners
[leetcode] 522. 最长特殊序列 II 暴力 + 双指针
JDBC连接、断开数据库的封装
With notes: insert sort --from WCC
Matrix compression
LinkedIn DataHub --- 经验分享
Differences among VaR, let and Const
小白创业做电商,选对商城系统很重要!
MSYQL is abnormal. Don't worry. Mr. Allen will point out the puzzle
Redis常用命令手册
FATAL ERROR: Could not find ./bin/my_print_defaults的解决办法
Test experience: how testers evolve from 0 to 1
LG. Hankson's interesting questions, C language
Easy to use free ppt template
手下两个应届生:一个踏实喜欢加班,一个技术强挑活,怎么选??
Common mistakes in software testing
ES6 module
利用verilogA模块采样
Comics | goodbye, postman! One stop collaboration makes apipost more fragrant!
6.28 learning content