当前位置:网站首页>Record the accidental success and failure of uploading large files
Record the accidental success and failure of uploading large files
2022-07-01 23:52:00 【Make a little progress every day】
Project situation :
The website uses Microsoft cloud server 、 Load balancing ( Multi machine operation )、 Microsoft cloud oss
The front end uses webuploader Upload plug-ins , The plug-in can only upload files successfully , To click the confirm button .
The wonderful situation encountered (webuploader Patch uploading ):
1、 Upload small files , Show upload success , Click the confirm button to confirm that it is normal
2、 Larger files , According to successful , Sometimes it is normal to click the confirm button , Sometimes clicking a button doesn't respond
Later found as a result of :
Load balancing distribution + Patch uploading Lead to accidental success and accidental failure , It's no problem to turn load balancing into single machine operation , Or it's no problem to upload and close the partition
Solution :
1: Change load balancing rules , Do not automatically assign , Change to the upper limit and distribute it to another machine ( There may be problems at the critical point )
2: Change the program directly to a separate file server ( Microsoft cloud oss)
3:
边栏推荐
- 【QT】对于Qt MSVC 2017无法编译的问题解决
- 2021 RoboCom 世界机器人开发者大赛-高职组复赛
- vs2015 AdminDeployment.xml
- Reproduction process and problems of analog transformer (ICLR 2022 Spotlight)
- ADO. Net SqlConnection object usage summary
- Concepts of dictionary, hash table and array
- Learn online case practice
- cookie、session、tooken
- ADO.NET之SqlDataAdpter对象
- 力扣今日题-241. 为运算表达式设计优先级
猜你喜欢

.env.xxx 文件,加了常量,卻undefined

安全协议重点

Use vb Net to convert PNG pictures into icon type icon files

深度学习 | 三个概念:Epoch, Batch, Iteration

有没有一段代码,让你为人类的智慧所折服

kubernetes资源对象介绍及常用命令(三)

Material Design组件 - 使用BottomSheet展现扩展内容(一)

2021 robocom world robot developer competition - preliminary competition of higher vocational group

Openvino model performance evaluation tool DL workbench

门级建模—课后习题
随机推荐
电商RPA机器人,助力品牌电商抢立流量高点
Openvino model performance evaluation tool DL workbench
Using SqlCommand objects in code
ADO.NET之sqlCommand对象
多表操作-一对一,一对多与多对多
关联性——组内相关系数
在长城证券上买基金安全吗?
使用uni-simple-router,动态传参 TypeError: Cannot convert undefined or null to object
Create Ca and issue certificate through go language
vs2015 AdminDeployment.xml
S32Kxxx bootloader之UDS bootloader
const // It is a const object... class nullptr_ t
Practical application and extension of plain framework
[QT] solve the problem that QT MSVC 2017 cannot compile
[cmake] cmake configuration in QT Creator
2021 robocom world robot developer competition - preliminary competition of undergraduate group
【.Net Core】程序相关各种全局文件
E-commerce RPA robot helps brand e-commerce to achieve high traffic
Concurrentskiplistmap -- principle of table skipping
【QT】测试Qt是否能连接上数据库