Subject | Re: [firebird-support] CS vs. SS vs. Embedded |
---|---|
Author | Elmar Haneke |
Post date | 2004-05-03T16:50:16Z |
> Also, I see lots of support references to 'embedded Firebird'. What is thatCS (Classic-Server) and SS (Super-Server) are both variants of the
> and how is it different from CS and SS? What platforms is it available for?
Database-Server. CS is a multi-process-server, SS is a
single-process-server. There should be documentation describing the
differences for Interbase, it's not really firebird-specific.
Embedded is not a Server at all, the complete database is linked to
the application - everything is handled locally.
All three are available on the same platforms: Linux, Windows and
various UNIX variants.
Elmar