Subject | Re: [firebird-support] SURVIVING SERVER DOWNTIME |
---|---|
Author | Bogusław Brandys |
Post date | 2007-02-12T16:32:09Z |
James N Hitz wrote:
example cashregisters in supermarket you could read all data from them
and store in local cache.Later you save it in RDBMS when server is up
and running.
Other method is to use full replication.
Regards
Boguslaw
>You can't if you rely purely on client/server model, but if you have for
>
> Hello
>
> I read somewhere that a good client/server application (say in a
> supermarket) should be able to survive both a server downtime as well as
> a client downtime - implying; that is if I got it correctly; that the
> client application (in a retail store for example) should allow the user
> to continue selling even if the server should happen to go down.
>
> Somebody please shed some light here. How would I survive a server
> downtime if my data (like prices, stock levels etc) are stored in a
> Firebird database at the server?
>
example cashregisters in supermarket you could read all data from them
and store in local cache.Later you save it in RDBMS when server is up
and running.
Other method is to use full replication.
Regards
Boguslaw