Hi,
=A0
I have a regular app in my Tomcat server, based on the request/response par=
adigm.=20
=A0
I need some processes tu run at some specific intervals, lets say after 30 =
minutes of some events, or maybe every 30 minutes. Is there a way to do tha=
t on Tomcat, to schedule events?
=A0
I don't want to try tying this process to the requests, because it would ma=
ke them run slower, and it would run twice at the same time if two requests=
arrive almous simultaneously.
=A0
=A0
=A0
Thanks,
=A0
=A0
=A0
Brian
=A0
=A0
=A0
=A0
|