Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是:步骤 1 和 2 是否在同一个线程中执行?
Servlets 2.5 规范没有从并发处理的角度定义这种情况。因此答案取决于容器的实现。
Servlets 3.0 规范定义了异步 servlet。这些 servlet 可以执行异步调度,从而产生多个并行工作的线程。因此,对于执行异步分派的具有异步支持的 servlet,答案肯定是否定的。