struts2 action 阻塞问题

【struts2 action 阻塞问题】

struts2 action 阻塞问题

文章插图
2 Struts动作阻塞问题struts2动作阻塞问题介绍:公共类Action { public string hi(){ thread . sleep(10 * 1000);} }用户A请求操作 。hi用户B请求操作 。hi阻塞,等待