hi some questions and doubts about class java.util.timer and threads
if i have some web aplication with JSP and i would execute an exe with a POST or GET request but this action could be scheduled by the class java.util.timer, then the thread with the execution should repeat the same time as it was scheduled, but when a user leave the sesion the thread still alive until another user enter to the site again and stops the process i mean the thrad, o got everything but i haven't unified them, i just wodering if is it possible to do it like i want, if somebody has done something like that please give me hope or a tip or help because i have idea but i supose there is a thrick to do it functional, thanks.

