Timer state in DispatchServlet?
public class DispatchServlet extends HttpServlet
{
private java.util.Timer timer;public void init()
Submitted by Eelco Visser on 12 March 2010 at 14:54
{
timer = new java.util.Timer();
}
Issue Log
On 15 March 2010 at 10:24 Zef Hemel commented:
So what’s the question?
On 15 March 2010 at 10:38 Danny Groenewegen commented:
Looks like this state is meant to be shared between request.
Log in to post comments