> 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

Thank you for your response.

I have more question.

Here is any machines for slide with replicated DB.
One of any machines is for write exclusive use.
Another machines are for read exclusive use.
And, machines for read delegate write requests to machine for write.
This will work?

Thanks in advance.

---------------------------------
Kazuyuki Shiraishi

Reply via email to