You are not logged in.
How can I implement failover with mormot?
Offline
At which level?
On Server level?
That is, you expect a 2nd mORMot server to take care of the process if the first server is down?
For ORM? For SOA?
Transparent fail over may only be possible for ORM/data features, not SOA which could be fair more complex (e.g. with custom live time).
From our experiment, failover on DB should be enough, in practice.
It would depend on the DB backend.
At ORM level, we would have first to add the automatic DB replication.
See http://synopse.info/fossil/tktview?name=3453f314d9
Then fail over from one ORM server to another may be easy to implement.
We need to have some more ideas about your expectations.
Offline
On the server side.
Is ORM.
Yes, I hope that a second server mORMot to take care of the process if the first server is down.
The Oracle database server is on another host and already has failover.
Thanks for the quick return!
Last edited by sergioschel (2014-12-18 13:10:04)
Offline
I have implemented the failover in DB backend
But, on the server level?
How to implement this?
Offline
See nginx config sample in this topic
Offline