java-web - SSM框架框架实际项目中,一般哪些功能会使用到java多线程
ringa_lee
ringa_lee 2017-04-18 10:55:05
0
2
794
 你在实际项目中哪些功能使用到了Java的多线程呢? 
ringa_lee
ringa_lee

ringa_lee

reply all(2)
阿神

Ssm projects generally do not use multi-threading. Where multi-threading is required, the framework or container has already implemented it for you

阿神

Every Servlet request is a thread. SpringMVC is implemented using Servlets. Of course, there are also businesses that use multi-threading. For example, in the training system, generating picture certificates for students is a time-consuming task, so you need to use Multi-threading, other things such as exporting a lot of data, batch importing data, etc. are likely to use multi-threading.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!