On Nov 20, 12:08 pm, Adam Crump <[EMAIL PROTECTED]> wrote: > The problem I am having is cache replication across multiple servers in a > hardware load balanced environment. What i would like to do is tell > farcry to use a custom objectBroker. This will allow me to put the hooks > in place to sync the cache across multiple servers. This will also allow > me at some point in the future to use a more advanced cache storage such > as memCached.
We normally set up a special scheduled task on each server that polls and purges the local object broker as required. This typically keeps your cluster in synch within 5 mins of a change. This poll is part of a "high availability" plugin we're shipping with the FarCry Commercial License. There aren't any hooks to allow you to replace object broker at this stage. Object broker caches the view as well as the individual transfer object for a content item, so there would be a few places to intercept. We've not got any plans in the near-term to look at the FourQ ORM, until we see what's on the table for CF9. However, its likely we'll try and extend the plugin architecture to allow the replacement of FourQ ORM so we can maintain backward compatibility with CF7/CF8. We'd be happy to work with you guys in trying to get something working earlier -- just let us know what you are up to, geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
