This results in two problems: undesirable reexecution of code as in ContinuationServlet in Listing 4, and loss of state: anything in scope when the call is made to suspend() is lost.
这会产生两个问题:重新执行清单4 中的ContinuationServlet代码,以及丢失状态:即调用suspend()时丢失作用域内所有内容。
This results in two problems: undesirable reexecution of code as in ContinuationServlet in Listing 4, and loss of state: anything in scope when the call is made to suspend() is lost.
这会产生两个问题:重新执行清单4 中的ContinuationServlet代码,以及丢失状态:即调用suspend()时丢失作用域内所有内容。
应用推荐