This website requires JavaScript.
Explore
Help
Sign In
aunix
/
wvp-GB28181-pro
Watch
1
Star
0
Fork
0
You've already forked wvp-GB28181-pro
mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced
2026-05-20 04:17:50 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2,363
Commits
27
Branches
1
Tag
209
MiB
b57dbeac13
Commit Graph
1 Commits
Author
SHA1
Message
Date
xubinbin
b726dc9753
"@schedule"是Spring框架提供的一种定时任务执行机制,默认情况下它是单线程执行,项目中多次使用fixedRate按指定频率执行任务(不管前面任务是否已经完成),在同时执行多个定时任务时可能会出现阻塞和性能问题,为了解决这种单线程瓶颈问题,将定时任务的执行机制改为支持多线程
2023-05-10 15:38:22 +08:00