Alanosy / online-exam-system-backend

在线考试系统,springboot+vue
https://alan.org.cn
MIT License
395 stars 30 forks source link

并发问题 #3

Open PICNO opened 3 months ago

PICNO commented 3 months ago

作者请问有考虑到并发同时在线考试人数很多的情况是怎么处理的吗?

Alanosy commented 3 months ago

作者请问有考虑到并发同时在线考试人数很多的情况是怎么处理的吗?

由于是学校给的主题,设计的时候就考虑的是小范围人群,所以采用的是单体Springboot,如果要考虑并发的话,可能会采用微服务来重构下