Timer « Thread « Spring Q&A





1. Dual Timer Threads    forum.springsource.org

Dual Timer Threads I'm setting up maintenance tasks using the JDK Timer objects. Everything works just fine But here's the curious thing. I get two threads running the maintenance task. They ...

2. Adding timer thread to thread group    forum.springsource.org

Adding timer thread to thread group Background info: I have developed a multi-threaded application that pulls five different types of data, parses through to "QC" it and makes corrective updates to ...