On Nov 24, 9:54 pm, Matthew <[email protected]> wrote: > cache. If I turn the cache back on it's lightning fast. The reason I > turned the cache off is because the CMS has a back end (which is a > seperate app so effectively has it's own Transfer cache). Perhaps I > need to work out a way to tell the front end app Transfer cache to
Matthew, I run multiple separate applications that share a Transfer instance and therefore share the same cache. This will eliminate your consistency issues and let you enable the cache. You could use TransferSync (I use it to sync two servers) but it's overkill if the two applications are running inside the same CF instance. Only reason to go that route initially might be in order to prepare for the future separation of the two apps onto separate CF servers but I'd say cross that bridge when you get to it. I'm with Mark - change the config to server scope and you'll be up and running. Brian -- 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
