Try using a distributed cache which can be shared with as many servers / applications as you wish.I use memcached cahcing with my load-balanced app which works great.
http://www.couchbase.org/membase From: [email protected] [mailto:[email protected]] On Behalf Of Tomek Pluskiewicz Sent: 24 June 2011 15:38 To: [email protected] Subject: [nhusers] Re: 2nd level read-only cache but cache.use_second_level_cache not set Oh, I forgot to mention that. I'm (successfully) taking care of the issue you mention by using SysCache2 + SQL Cache Dependency. It indeed does work fine... On the other hand I'm not sure I follow. Even if 2nd level cache is used everywhere as you mention the problem of synchronization does not just go away. The two applications run separately. They could even run on two diffenrent server, so that 2nd level cache is not shared. Or is it? And still your answer doesn't anwer my initial question, so I'm still curious :) -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/k22DOt6tP0MJ. 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/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
