Re: App level function to happen every X minutes 24-7
Re: App level function to happen every X minutes 24-7
- Subject: Re: App level function to happen every X minutes 24-7
- From: Andrus Adamchik <email@hidden>
- Date: Tue, 21 Sep 2004 17:38:47 -0400
If you don't need to initiate request response loop, a simple Java
timer should do the job:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html
Andrus
On Sep 21, 2004, at 5:22 PM, Mark W. Shead wrote:
We did this by creating a direct action that calls the appropriate
functions and then setting up a cron job that calls the direct action
URL once each minute.
Mark
On Sep 21, 2004, at 5:08 PM, Bill Reynolds wrote:
I want to create a function that fires every X number of minutes
through the
day. What is the best way to implement this?
TIA
-Bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden