Subject | RE: [firebird-support] Network Shadow Files |
---|---|
Author | Alan McDonald |
Post date | 2005-02-24T06:17:48Z |
> Hithere is such a thing as shadowing but this is server based and the shadow
>
> My question is, I want to work with shadows but I want
> a shadow file for each computer conected to the
> database. And with this, if a computer loss the
> conection with the network, it could keep working with
> the local shadow file.
>
> For example, i have 2 computers, "server" and "client".
>
> If "client" loss the conection with "server" (fisically we
> disconnect the network cable) then my application
> couldn't keep working. But if I would have a shadow file
> on "client" then it could keep working with the copy of
> the database, until the conection returns.
>
> I want to know if this is posible, if I have to download
> another application or what do i need to do this?
>
> Thanks.
copy is NOT simultaneously able to be connected to. It's designed for
hardware failure and has downsides all it's own (e.g. main db file
corruption is instantaneously mirrored to the shadow).
What you need is replication. (Corruption is far less likely to be mirrored)
You need two servers to make replication work.
Have a look at www.ibphoenix.com to see what there is in this line.
Alan