Kazuyuki Shiraishi wrote:
> 
> Hi there
> 
> I world like to realize load balancing.
> 
> For example, there are three machines.
> One of three is DB Server, another are Slide on Tomcat.
> And two slides share one DB Server.
> 
> So, I have a question.
> 
> Is data consistency kept when access one database
> from any slides at the same time?
> 
> Kazuyuki Shiraishi

No, this won't work. Slide caches a lot of stuff internally, and things
go BADLY wrong if anything is changed behind its back. You can only have
one instance of slide per database.

Michael

Reply via email to