I am building an application using SOA. I have one service that needs to embed infrequently updated information that is managed by another service. I want to avoid having to make RPC calls every time I access the data in question, but also want to make sure updates to that data are reflected at the other end. I can't figure out whether memcached is a logical basis for this kind of application, or is completely irrelevant. Any thoughts? If irrelevant, any pointers to something more appropriate?
- Is memcached the right tool for inter-service synchronization... outinsun
