问题描述
- servlet单线程模式和类变量线程安全的关系
-
class variables are considered thread-safe if the servlet uses the single thread mode。这个说法正确吗? 我看到要设置 isThreadSafe="false" 才算开启servlet单线程模式,所以觉得这个选项是错的,是这样理解吗?
有人能解释下这个参数设置和单线程模式以及具体的线程安全之间的关系吗?
时间: 2025-01-18 19:14:19