Re: fetch loop
Re: fetch loop
- Subject: Re: fetch loop
- From: Philippe Lafoucrière <email@hidden>
- Date: Wed, 26 Apr 2006 17:56:17 +0200
On 25 avr. 06, at 12:55, Kieran Kelleher wrote: Also, when I said the "DA can run the code", I really mean the "DA should spawn off your CheckRemoteTask into a separate thread" in case your checking code is longer than the allowable 30 seconds for R-R loop. This is really easy if your just use use an ExecutorService to run your CheckRemoteTask (since TimerTask is Runnable already)
ExecutorService is part of java 1.5, BUT we can use the java 1.5 java.util.concurrent in java 1.4 by simply getting the bacport from here:
Thank you for your suggestion, this sounds like chinese today for me, I have to read some doc now :)
Philippe |
_______________________________________________
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