Thanks for the reply all - The only issue I have with the scheduled task is that this needs to be run on a CFC instance data, that could be stored anywhere, hence the need for a async process that can be run anywhere.
I'm going to travel down the road, and see where I end up. Thanks for your input :oD Mark On 5/9/06, Robert Munn <[EMAIL PROTECTED]> wrote:
I just built something like this a little while ago. I built it in CF and I am using a scheduled task to clear out expired objects. I might re-factor the cache class itself into Java, but I would probably still use a scheduled task to clear expired items. On 5/8/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > >>> On Mon, May 8, 2006 at 6:26 AM, in message > <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] wrote: > > Does this seem like a viable use of the bridge between Java and ColdFusion? > > Yeah, sure. > > > Do you see any issues with deployment with this approach? > > No, I've done something similar in the past. > > > Does it seem like overkill? > > Writing it in Java to get around an async processing problem certainly does - the clean up thread could be a simple CF scheduled task for instance. > > > Tom Chiverton >
-- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740 ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
