Hi,
I have a web application in which I need to run a task periodicaly at a fairly long interval, say every three hours. I dont have the ability to use any system task scheduling. I have considered starting a seperate timer thread when the application starts, which will achieve this. My googles have only revelaed doing this from within a servlet page. Can this thread be set to not be linked to any user sessions, i.e not to be killed when a session ends, but rather as a seperate thread of the application which is valid for the applications life time? Or, am I approaching this from the wrong direction?
Thanks. Pete
***************************************
SPONSER MY SIGNITURE FOR ONLY $5!!
I have a web application in which I need to run a task periodicaly at a fairly long interval, say every three hours. I dont have the ability to use any system task scheduling. I have considered starting a seperate timer thread when the application starts, which will achieve this. My googles have only revelaed doing this from within a servlet page. Can this thread be set to not be linked to any user sessions, i.e not to be killed when a session ends, but rather as a seperate thread of the application which is valid for the applications life time? Or, am I approaching this from the wrong direction?
Thanks. Pete
***************************************
SPONSER MY SIGNITURE FOR ONLY $5!!