Subject | Re: [IB-Conversions] Firebird "RAC" |
---|---|
Author | Ann Harrison |
Post date | 2012-08-16T16:19:22Z |
Ian,
and Embedded. SuperServer is a traditional shared server to which all
clients connect. Only one SuperServer can access a database at any one
time. The downside of SuperServer is that its threading model does not
support multi-processors. Classic has one process per connection.
SuperClassic is a shared server that does support multi-processors, but
each connection manages its own page cache. Embedded is for local access
to a database from a single client.
that it's not covered very clearly - at least I couldn't find it.
Good luck,
Ann
[Non-text portions of this message have been removed]
> Does Firebird support multiple DB servers accessing a single storage,No. Firebird has four configurations: SuperServer, Classic, SuperClassic,
> similar to RAC in Oracle? If one DB Server should fail, the other DB server
> is still accessing the DB to provide service for the applications.
>
and Embedded. SuperServer is a traditional shared server to which all
clients connect. Only one SuperServer can access a database at any one
time. The downside of SuperServer is that its threading model does not
support multi-processors. Classic has one process per connection.
SuperClassic is a shared server that does support multi-processors, but
each connection manages its own page cache. Embedded is for local access
to a database from a single client.
>Look at firebirdSQL.org, though the question of configurations is so basic
>
> Do you have a LINK where this may be answered?
that it's not covered very clearly - at least I couldn't find it.
Good luck,
Ann
[Non-text portions of this message have been removed]