我使用GWT和Spring控制器来管理http流量。有些请求可能需要很长时间,但我想在超过给定时间时终止请求。
如何配置弹簧超时。我也使用Apache Tomcat 7.0
。我试着在tomcat上增加最大线程数,但随着时间的推移,tomcat的工作速度很慢,因为请求线程不会死。
让Async接口返回com.google.gwt.http.client.Request实例,并使用计时器取消请求。不确定您对Spring控制器的意思。
com.google.gwt.http.client.Request
An HTTP request that is waiting for a response. Requests can be queried for their pending status or they can be canceled