Henri Bergius <[EMAIL PROTECTED]> wrote:

> > Also, what were the issues relating to database consistency?
> > (e.g. Web server 1 performs an UPDATE on a row that webserver2
> > is concurrently accessing?) Does Midgard/MySQL automatically
> > keep that from happening?

It is  MySQL feature. And You may have the same situation when two 
editors try to update the same record on the same machine. 

So there is no big difference if  10 editors use the same record from 
the same host , or 10 editors use the same record from 10 different 
hosts. Mostly.

You could also check MySQL master slave features here , but I doubt if it 
could be usefull for updates. Mostly for getting data.

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to