Subject Re: [Firebird-Architect] RFC: Clustering
Author Ann W. Harrison
= m. Th = wrote:
>
> 1. Architecture
>
> The bare thing:
> The client will have more connection strings (separated by ;) sending
> all the commands to all connections defined by these strings. Only one
> connection, if is available, will return the data. The other connections
> are used for data and context synchronization.

I guess my first reaction is the only way to make this work is to
serialize statements so only one update statement runs at any one
time all across the cluster. That's going to have a serious impact
on performance.


Regards,


Ann