Subject Re: [Firebird-Java] Database replication with Firebird
Author Roman Rokytskyy
Philippe Makowski wrote:
> Roman Rokytskyy [08-03-10 21.28] :
>> You can consider some replication software like Daffodil Replicator
>> (should work with Firebird/Jaybird combo) or Sequoia clustering
>> technology (former C-JDBC). Latter gives you transactional safety -
>> changes either are written into both DBs or are not written at all.
>>
> About Sequoia, do you think that it would be hard to add a Firebird flavor to Myosotis ?
> http://myosotis.continuent.org/HomePage

Yes and no. It is not hard to emulate part of the Firebird API on top of
JDBC API, but only part of it. If you think about pure Firebird stack
(Firebird as a client and Firebird as clustered server), I think one can
have more complete solution as in Myosotis...

Roman