Only trade off I see if probably personal preference. Mark
On Sat, Nov 29, 2008 at 3:17 AM, Bob Silverberg <[EMAIL PROTECTED]> wrote: > > Or you could keep the transfer instances as is, and specify SERVER as > the caching scope for each. Another way of accomplishing the same > thing as suggested by Chris. I'm not sure what the trade-offs would > be between those two approaches. > > Bob > > On Fri, Nov 28, 2008 at 11:05 AM, Chris Peterson <[EMAIL PROTECTED]> wrote: >> This may be overly simplistic, but why dont you store your transfer instance >> in the SERVER scope, and set the cache to a type of 'instance', and have >> both of your applications use the same SERVER based transfer instance? >> Should take minimal changes. >> >> Chris Peterson >> >> On Fri, Nov 28, 2008 at 10:09 AM, Stephen Moretti >> <[EMAIL PROTECTED]> wrote: >>> >>> I know that there is TransferSync for cluster syncing transfer caches, but >>> is it possible to sync between applications on the same server? >>> Basically, I have a backend and a frontend application each has its own >>> application name. The backend application is the Content Management side of >>> things. The frontend is the visual and user interaction. Each has its own >>> Transfer instance. >>> If I set the cache to be either instance or application I find that when I >>> update records in the backend, the cache on the frontend is out of date. No >>> great surprise there really. What this does mean is that, currently, I'm >>> using request as the cache scope, which is less than ideal when the data is >>> mostly static. >>> I'm probably being blind/blonde/stupid, but I feel like this isn't exactly >>> a new problem and that I'm missing something that should allow me make sure >>> that the cache on the frontend app stays in sync with the backend app. Any >>> pointers, hints, tips, slaps up the back of the head for being a numpty, >>> greatly received! >>> Regards >>> Stephen >>> >> >> >> >> -- >> Hey! I dont tell you how to tell me what to do, so dont tell me how to do >> what you tell me to do! ~ Bender (Futurama) >> >> > >> > > > > -- > Bob Silverberg > www.silverwareconsulting.com > > > > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
